X-Git-Url: https://git.cyclocoop.org/?p=burette%2Flechatperche.git;a=blobdiff_plain;f=__openerp__.py;h=f2ce4999840539188da6fa21f2e2c63e6f8754cd;hp=8efe8eded0e52a6f245100c0a54bfa2e1e7be88c;hb=b204124a1c175d3b897df0141fff6d95081a7fc8;hpb=fab93f26a7770e868372c774ddf8ad07fe90cfcf diff --git a/__openerp__.py b/__openerp__.py index 8efe8ed..f2ce499 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -44,6 +44,12 @@ It installs the profile for bike co-ops to manage some features like: 'init_xml': [ ], 'update_xml': [ + 'data/base.xml', + 'data/point_of_sale.xml', + 'data/sale.xml', + 'data/stock.xml', + 'data/products_categories.xml', + 'data/products_products.xml', ], 'installable': True, 'auto_install': False,