X-Git-Url: https://git.cyclocoop.org/?p=burette%2Flechatperche.git;a=blobdiff_plain;f=__openerp__.py;h=618090a52dee857882ce43765b89dcaf27366f66;hp=505e92e494a15564044421af8ffef9f990d94d12;hb=6824577696bfcbed15d7905dc861d43c17c5fc37;hpb=6ad951bb02a846e753428d9c7e2f5a762dd501ec diff --git a/__openerp__.py b/__openerp__.py index 505e92e..618090a 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -45,6 +45,12 @@ It installs the profile for bike co-ops to manage some features like: ], '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,