Skip to content

Commit

Permalink
Add module exclusion to avoid conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
ecino committed Jan 21, 2025
1 parent 4351e59 commit 01839ee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions compassion_nordic_accounting/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@
"account_statement_import_file_reconcile_oca",
"account_statement_import_sheet_file",
],
"excludes": [
# Does not work with account_statement_import_file_reconcile_oca
"account_accountant_batch_payment",
],
"data": [
"views/account_move_view.xml",
"views/load_mandate_wizard_view.xml",
Expand Down

0 comments on commit 01839ee

Please sign in to comment.