X-Git-Url: http://git.cyclocoop.org/?p=burette%2Fetudesetchantiersidf.git;a=blobdiff_plain;f=__openerp__.py;h=0ab2b0ce6c6dafb9c34d0b3bbfde3f7f97cc8008;hp=3475f3c9ddb6833627e70c6339f1edef4c705b99;hb=f0ebf67911f8896b8200600c740aa99c7f2b7158;hpb=c70962f35f2a8d9cc8578e006784e75a3c4823cf diff --git a/__openerp__.py b/__openerp__.py index 3475f3c..0ab2b0c 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -44,17 +44,14 @@ 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', - 'data/sale.xml', 'data/stock.xml', + 'data/sale.xml', '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', ],