[FIX] add missing dependency on base module

This commit is contained in:
Alexandre Fayolle
2013-02-07 15:29:51 +01:00
parent d916284b22
commit b4b5a07f54

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': [],
'depends': ['base'],
'data': ['partner_view.xml',
],
'installable': True,