Tower: upload om_account_accountant 1.0.3 (via marketplace)
This commit is contained in:
9
addons/om_account_accountant/models/account_move.py
Normal file
9
addons/om_account_accountant/models/account_move.py
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
from odoo import fields, models, api
|
||||||
|
|
||||||
|
|
||||||
|
class AccountMove(models.Model):
|
||||||
|
_inherit = "account.move"
|
||||||
|
|
||||||
|
@api.model
|
||||||
|
def _get_invoice_in_payment_state(self):
|
||||||
|
return 'in_payment'
|
||||||
Reference in New Issue
Block a user