Skip to content

Commit

Permalink
Complete dependency annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
ecino committed Aug 27, 2024
1 parent 7373f89 commit 8fade57
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions account_statement_completion/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
"category": "Finance",
"website": "https://github.com/CompassionCH/test-repo",
"depends": [
"account_statement_import",
"account_payment_order",
], # source/addons
"account_statement_import", # OCA/bank-statement-import
"account_payment_order", # OCA/bank-payment
],
"data": [
"views/completion_rules_view.xml",
"data/data.xml",
Expand Down

0 comments on commit 8fade57

Please sign in to comment.