Skip to content
Snippets Groups Projects
Commit cdf517d1 authored by Martin Trigaux's avatar Martin Trigaux
Browse files

[FIX] l10n_multilang: reduce dependencies of l10n_multilang

The installation of a multilang localisation (e.g. Belgium) used to install as well account_accountant (and then account_voucher) for no technical reason and was considered as the full accounting package.
parent f43e04e9
Branches
Tags
No related merge requests found
......@@ -32,7 +32,7 @@
templates to target objects.
""",
'website': 'http://www.openerp.com',
'depends' : ['account_accountant'],
'depends' : ['account'],
'data': [],
'demo': [],
'installable': True,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment