X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=__openerp__.py;h=64566c96a12ca6d169368b7ae489e0875d15f824;hb=0ecc9674694fa64d43689736d4ceb33bffddef91;hp=34c7ef862aab864ecf0450c0b488a4a9ad61ab74;hpb=ee89f0b8738c5e864cdcaf7922e7de7299d8f969;p=burette%2Fvelosenville.git diff --git a/__openerp__.py b/__openerp__.py index 34c7ef8..64566c9 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -39,8 +39,11 @@ It installs the profile for bike co-ops to manage some features like: 'depends': ['bikecoop', 'bikecoop_l10n_fr'], 'update_xml': [ 'data/base.xml', + 'data/bikecoop.xml', 'data/bikecoop_partner_themes.xml', - 'data/product.xml', + 'data/plan_comptable_general.xml', + 'data/products_categories.xml', + 'data/products_products.xml', 'view/bikecoop.xml', 'view/point_of_sale.xml', 'security/velosenville.xml',