X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=__openerp__.py;h=a342117e6015265d6f7b16c0c93ac7cc08ad5118;hb=4081623d82dcf09695b2c1059e43406397fdc436;hp=e9d6ca6fa1890c6f8f014d9fdd130efaf44aa1d3;hpb=b4c4425e45b08da2601c4094d66f6e45a02c1cbb;p=burette%2Fetudesetchantiersidf.git diff --git a/__openerp__.py b/__openerp__.py index e9d6ca6..a342117 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -44,7 +44,17 @@ 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', + 'view/point_of_sale.xml', ], 'installable': True, 'auto_install': False,