X-Git-Url: http://git.cyclocoop.org/?p=burette%2Fetudesetchantiersidf.git;a=blobdiff_plain;f=__openerp__.py;h=ea06a846f619de0fae0a141edd130b73fd60b57f;hp=ed84739f9abef3e0bd92febad86f8c11df88b365;hb=593b875a55dae1b6bb39d3c36aa42493523062dc;hpb=aef09bc9039f56d2ac2fd7501fd69a6a2f325d75 diff --git a/__openerp__.py b/__openerp__.py index ed84739..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,7 +53,9 @@ 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', 'view/point_of_sale.xml', ],