Skip to content

Commit

Permalink
[FIX] bug depends
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieudelva committed Nov 28, 2024
1 parent 98ece5e commit 1359316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion account_ecotax_sale/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"website": "https://github.com/OCA/account-fiscal-rule",
"category": "Localization/Account Taxes",
"license": "AGPL-3",
"depends": ["account_ecotax", "sale"],
"depends": ["account_ecotax", "account_ecotax_tax", "sale"],
"data": [
"views/sale_view.xml",
"security/ir.model.access.csv",
Expand Down

0 comments on commit 1359316

Please sign in to comment.