X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=__openerp__.py;h=53e7e043149db7a97b1070313f97f79a6cf2c7d9;hb=bf56eb8cef77fbd20d89cb33a4f1f7b7f512ffba;hp=09bf7eb94232dce628efe6df4fa30292f6413900;hpb=54b9b275e9e07ef039c8e540f083a5a519158dc0;p=burette%2Flhc.git diff --git a/__openerp__.py b/__openerp__.py index 09bf7eb..53e7e04 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -35,15 +35,21 @@ Module pour les personnalisations de L'Heureux Cyclage 'website': 'http://www.heureux-cyclage.org', 'depends': [ 'account', + 'analytic', 'document', + 'hr_expense', ], 'update_xml': [ 'security/lhc_custom_oe_security.xml', 'security/ir.model.access.csv', 'data/wiki.xml', 'view/account_invoice.xml', - 'view/wiki.xml', + 'view/account.xml', + 'view/base.xml', 'view/filters.xml', + 'view/hr_expense.xml', + 'view/membership.xml', + 'view/wiki.xml', ], 'installable': True, 'auto_install': False,