Skip to content

Commit

Permalink
[IMP] account_invoice_line_sequence: Incompatibility
Browse files Browse the repository at this point in the history
This module is not compatible with account_invoice_line_default_account because them both add to the context of invoice lines in invoice form view
  • Loading branch information
SirTakobi committed Apr 22, 2022
1 parent 7750a82 commit 28c8e70
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions account_invoice_line_sequence/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
'data': ['views/account_invoice_view.xml',
'views/report_invoice.xml'],
'depends': ['account'],
'excludes': [
'account_invoice_line_default_account',
],
'post_init_hook': 'post_init_hook',
'license': 'AGPL-3',
'installable': True,
Expand Down

0 comments on commit 28c8e70

Please sign in to comment.