X-Git-Url: https://git.cyclocoop.org/?p=burette%2Fetudesetchantiersidf.git;a=blobdiff_plain;f=__openerp__.py;h=bfd8ff0eb2d26a85687bad3026a10faef0deb9bf;hp=c4d4ba4e6bd90b3cc26e60c65e51246ad1df62be;hb=f3131d1ff53a980d98a9aeb842efa1ffd0b8277a;hpb=dec87defeae6cd43af3fa2e27e9f058541765c63 diff --git a/__openerp__.py b/__openerp__.py index c4d4ba4..bfd8ff0 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -44,14 +44,16 @@ 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',