X-Git-Url: http://git.cyclocoop.org/?p=burette%2Fetudesetchantiersidf.git;a=blobdiff_plain;f=__openerp__.py;h=d6ae609d45e6a0facd99084abf01716d5401f5ef;hp=5d1795de0f4205c9431dff22607571436742ba21;hb=bf0066544f2f6071cb7ae148cd1f705e5b036329;hpb=f8c1248d3a06430285a56ab0e434247ab3878007 diff --git a/__openerp__.py b/__openerp__.py index 5d1795d..d6ae609 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -45,8 +45,12 @@ It installs the profile for bike co-ops to manage some features like: ], 'update_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', ], 'installable': True, 'auto_install': False,