[FIX] l10n_multilang: reduce dependencies of l10n_multilang
authorMartin Trigaux <mat@openerp.com>
Fri, 4 Jul 2014 12:02:04 +0000 (14:02 +0200)
committerMartin Trigaux <mat@openerp.com>
Fri, 4 Jul 2014 12:02:04 +0000 (14:02 +0200)
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.

addons/l10n_multilang/__openerp__.py

index 5c91e14..0b804c2 100644 (file)
@@ -32,7 +32,7 @@
           templates to target objects.
     """,
     'website': 'http://www.openerp.com',
-    'depends' : ['account_accountant'],
+    'depends' : ['account'],
     'data': [],
     'demo': [],
     'installable': True,