X-Git-Url: http://git.cyclocoop.org/?p=burette%2Fetudesetchantiersidf.git;a=blobdiff_plain;f=__openerp__.py;h=cdfc8bede6eafdee775157c747cce3d9d84da027;hp=a342117e6015265d6f7b16c0c93ac7cc08ad5118;hb=9a6b522248ba698d84156df50b52c1add96ab4e6;hpb=d9c65fe133767e8bf32e0742b4f7cd396c1d8aaf diff --git a/__openerp__.py b/__openerp__.py index a342117..cdfc8be 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -3,7 +3,7 @@ # # etudesetchantiersidf module for OpenERP, Custom module for Études et # Chantiers Île-de-France -# Copyright (C) 2014 etudesetchantiersidf +# Copyright (C) 2014-2017 etudesetchantiersidf # () # # This file is a part of etudesetchantiersidf @@ -44,15 +44,15 @@ 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/analytic.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', ],