X-Git-Url: https://git.cyclocoop.org/?p=burette%2Flechatperche.git;a=blobdiff_plain;f=__openerp__.py;h=618090a52dee857882ce43765b89dcaf27366f66;hp=8efe8eded0e52a6f245100c0a54bfa2e1e7be88c;hb=refs%2Fheads%2Fmaster;hpb=fab93f26a7770e868372c774ddf8ad07fe90cfcf diff --git a/__openerp__.py b/__openerp__.py index 8efe8ed..618090a 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -44,6 +44,13 @@ 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', + 'data/members.xml', ], 'installable': True, 'auto_install': False,