diff --git a/l10n_fr_siret/__openerp__.py b/l10n_fr_siret/__openerp__.py index 38504d6a4..16bc7b0d2 100644 --- a/l10n_fr_siret/__openerp__.py +++ b/l10n_fr_siret/__openerp__.py @@ -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': [], + 'depends': ['base'], 'data': ['partner_view.xml', ], 'installable': True,