From b4b5a07f54e6dc50aa53c731f8ca7cb334080735 Mon Sep 17 00:00:00 2001 From: Alexandre Fayolle Date: Thu, 7 Feb 2013 15:29:51 +0100 Subject: [PATCH] [FIX] add missing dependency on base module --- l10n_fr_siret/__openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,