X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=__openerp__.py;h=d7a406805047aef0b03cf5a072a5c3898a89d603;hb=ac29cad06208144aa217d581c6ecfd6e8066c7a8;hp=e9d6ca6fa1890c6f8f014d9fdd130efaf44aa1d3;hpb=b4c4425e45b08da2601c4094d66f6e45a02c1cbb;p=burette%2Fetudesetchantiersidf.git diff --git a/__openerp__.py b/__openerp__.py index e9d6ca6..d7a4068 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -44,7 +44,16 @@ 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', + 'data/point_of_sale.xml', + 'data/products_categories.xml', + 'data/products_products.xml', + 'data/membership.xml', + 'view/bikecoop.xml', ], 'installable': True, 'auto_install': False,