X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=__openerp__.py;h=d7a406805047aef0b03cf5a072a5c3898a89d603;hb=ac29cad06208144aa217d581c6ecfd6e8066c7a8;hp=d6ae609d45e6a0facd99084abf01716d5401f5ef;hpb=bf0066544f2f6071cb7ae148cd1f705e5b036329;p=burette%2Fetudesetchantiersidf.git diff --git a/__openerp__.py b/__openerp__.py index d6ae609..d7a4068 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -44,6 +44,8 @@ It installs the profile for bike co-ops to manage some features like: 'init_xml': [ ], 'update_xml': [ + 'data/plan_comptable_general.xml', + 'data/account.xml', 'data/base.xml', 'data/sale.xml', 'data/stock.xml', @@ -51,6 +53,7 @@ It installs the profile for bike co-ops to manage some features like: 'data/products_categories.xml', 'data/products_products.xml', 'data/membership.xml', + 'view/bikecoop.xml', ], 'installable': True, 'auto_install': False,