X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=__openerp__.py;h=02e9b8e49595d2a5ff8cb0d3bc8985685cadb3fa;hb=ed3060f1b7beaf8b843d16f1ada831d2128af96a;hp=d61b6f230599113a0121b2cec22c088866a235ce;hpb=fa5694762acf5440a18bce26728fc0c8b5ffb0cd;p=burette%2Flhc.git diff --git a/__openerp__.py b/__openerp__.py index d61b6f2..02e9b8e 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', ], 'update_xml': [ 'security/lhc_custom_oe_security.xml', 'security/ir.model.access.csv', 'data/wiki.xml', 'view/account_invoice.xml', + 'view/account.xml', + 'view/base.xml', + 'view/hr_expense.xml', + 'view/membership.xml', 'view/wiki.xml', - 'data/filters.xml', ], 'installable': True, 'auto_install': False,