Skip to content

Commit

Permalink
[FIX] l10n_multilang: reduce dependencies of l10n_multilang
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
mart-e committed Jul 4, 2014
1 parent f43e04e commit cdf517d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/l10n_multilang/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
templates to target objects.
""",
'website': 'http://www.openerp.com',
'depends' : ['account_accountant'],
'depends' : ['account'],
'data': [],
'demo': [],
'installable': True,
Expand Down

0 comments on commit cdf517d

Please sign in to comment.