Skip to content

Commit

Permalink
[FIX] vat_return: Remove dependency on onchange_helper
Browse files Browse the repository at this point in the history
  • Loading branch information
alexis-via committed Sep 18, 2023
1 parent 033286d commit cf079fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion l10n_fr_account_vat_return/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"author": "Akretion,Odoo Community Association (OCA)",
"maintainers": ["alexis-via"],
"website": "https://github.com/OCA/l10n-france",
"depends": ["l10n_fr", "l10n_fr_oca", "intrastat_base", "onchange_helper"],
"depends": ["l10n_fr", "l10n_fr_oca", "intrastat_base"],
"external_dependencies": {"python": ["pypdf>=3.1.0"]},
"data": [
"security/ir.model.access.csv",
Expand Down

0 comments on commit cf079fd

Please sign in to comment.