Tower: unpublish om_account_accountant — remove source from 19.0 branch

This commit is contained in:
2026-05-02 11:15:46 +00:00
parent 26ae0e14df
commit 9304592ad6
45 changed files with 0 additions and 2179 deletions

View File

@@ -1,9 +0,0 @@
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'