X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=__openerp__.py;h=b31f5df0051d43ab230b07c08ac4fa3ec8af3d95;hb=ba2d15beb29509c64d57c5a28bf168ca48348f15;hp=afb33f70bb89931601b562ba0ad1e487400ffe9f;hpb=7c0972d0d4c990e1beae17737fb9be57f255df0f;p=burette%2Flhc.git diff --git a/__openerp__.py b/__openerp__.py index afb33f7..b31f5df 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -44,6 +44,7 @@ Module pour les personnalisations de L'Heureux Cyclage 'update_xml': [ 'security/lhc_custom_oe_security.xml', 'security/ir.model.access.csv', + 'security/ir_rule.xml', 'data/account_invoice.xml', 'view/account_invoice.xml', 'view/base.xml', @@ -51,6 +52,7 @@ Module pour les personnalisations de L'Heureux Cyclage 'view/hr_expense.xml', 'view/membership.xml', 'view/project.xml', + 'view/res_partner.xml', 'view/wiki.xml', ], 'installable': True,