Compare commits

...

2 commits

Author SHA1 Message Date
Albert Cervera i Areny f8fdf34c00 Use analytic_invoice as extras_depend, not plain account_invoice. 2023-02-28 16:21:00 +01:00
Albert Cervera i Areny 5fa396d6e6 Use analytic_invoice as extras_depend, not plain account_invoice. 2023-02-28 16:19:54 +01:00
2 changed files with 2 additions and 2 deletions

View file

@ -16,6 +16,6 @@ def register():
Pool.register(
invoice.Invoice,
invoice.InvoiceLine,
depends=['account_invoice'],
depends=['analytic_invoice'],
module="analytic_account_move", type_='model'
)

View file

@ -4,6 +4,6 @@ depends:
account
analytic_account
extras_depend:
account_invoice
analytic_invoice
xml:
move.xml