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