X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=__openerp__.py;h=0757e036fd0bc075443abab69208249e4b1ce437;hb=749c73f3d9a9472d1346707e9172d2211a30add4;hp=98298d0de217c4b60e7a089a8322d4c35884db47;hpb=4287c67ee7a2917605994ed3d5fb5a1f859c3175;p=burette%2Flhc.git diff --git a/__openerp__.py b/__openerp__.py index 98298d0..0757e03 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -35,15 +35,20 @@ Module pour les personnalisations de L'Heureux Cyclage 'website': 'http://www.heureux-cyclage.org', 'depends': [ 'account', + 'analytic', 'document', + 'hr_expense', + 'remembership', ], 'update_xml': [ 'security/lhc_custom_oe_security.xml', 'security/ir.model.access.csv', - 'data/wiki.xml', + 'data/account_invoice.xml', 'view/account_invoice.xml', - 'view/filters.xml', + 'view/base.xml', + 'view/hr_expense.xml', 'view/membership.xml', + 'view/project.xml', 'view/wiki.xml', ], 'installable': True,