[FIX] l10n_fr_siret: fix dependencies

This commit is contained in:
Alexandre Fayolle
2013-02-26 17:15:55 +01:00
parent a54c51f489
commit e5b510b751

View File

@@ -35,7 +35,7 @@ automatically. The last digits of the SIREN and NIC are control keys:
OpenERP will check their validity when partners are recorded.
""",
'author' : u'Numérigraphe SARL',
'depends': ['base'],
'depends': ['account'],
'data': ['partner_view.xml',
],
'installable': True,