X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=__openerp__.py;h=0ab2b0ce6c6dafb9c34d0b3bbfde3f7f97cc8008;hb=2dc7e598687757147614c3b99743b77b511a7636;hp=ed84739f9abef3e0bd92febad86f8c11df88b365;hpb=aef09bc9039f56d2ac2fd7501fd69a6a2f325d75;p=burette%2Fetudesetchantiersidf.git diff --git a/__openerp__.py b/__openerp__.py index ed84739..0ab2b0c 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -44,15 +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/membership.xml', + 'data/bikecoop.xml', 'view/bikecoop.xml', 'view/point_of_sale.xml', ],