X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=__openerp__.py;h=ea06a846f619de0fae0a141edd130b73fd60b57f;hb=92c6b96158bf3fa3dfeb1f778c5e4c770d9a4be7;hp=c4d4ba4e6bd90b3cc26e60c65e51246ad1df62be;hpb=dec87defeae6cd43af3fa2e27e9f058541765c63;p=burette%2Fetudesetchantiersidf.git diff --git a/__openerp__.py b/__openerp__.py index c4d4ba4..ea06a84 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -44,6 +44,7 @@ It installs the profile for bike co-ops to manage some features like: 'init_xml': [ ], 'update_xml': [ + 'security/ir.model.access.csv', 'data/plan_comptable_general.xml', 'data/account.xml', 'data/base.xml', @@ -52,6 +53,7 @@ It installs the profile for bike co-ops to manage some features like: 'data/point_of_sale.xml', 'data/products_categories.xml', 'data/products_products.xml', + 'data/bikecoop.xml', 'data/membership.xml', 'data/users.xml', 'view/bikecoop.xml',