X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=__openerp__.py;h=31b7061097d49ce7ba9d1a145680e5ab9a9d11e0;hb=b80bcb4ff6b4e732a528dcf767ded5aab5a7b51f;hp=7a2292c594ff89378e0c8704959f2b1e0261e944;hpb=71a35e341d20bbd8addb6c714d56c79b80704a53;p=burette%2Flhc.git diff --git a/__openerp__.py b/__openerp__.py index 7a2292c..31b7061 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -35,9 +35,20 @@ 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/account.xml', + 'view/filters.xml', + 'view/hr_expense.xml', + 'view/membership.xml', + 'view/wiki.xml', ], 'installable': True, 'auto_install': False,