X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;ds=sidebyside;f=__openerp__.py;h=64566c96a12ca6d169368b7ae489e0875d15f824;hb=0ecc9674694fa64d43689736d4ceb33bffddef91;hp=dce232d5b79db9a0abb4e34dbab6ceccbd678487;hpb=217408f1490012023cc9a0cb50bf17d5d5113a6a;p=burette%2Fvelosenville.git diff --git a/__openerp__.py b/__openerp__.py index dce232d..64566c9 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -23,7 +23,7 @@ { 'name': 'Custom Vélos en Ville', - 'version': '0.1', + 'version': '0.2', 'category': 'Association', 'complexity': "normal", 'description': """ @@ -40,7 +40,10 @@ It installs the profile for bike co-ops to manage some features like: 'update_xml': [ 'data/base.xml', 'data/bikecoop.xml', - 'data/product.xml', + 'data/bikecoop_partner_themes.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',