X-Git-Url: https://git.cyclocoop.org/?p=burette%2Flechatperche.git;a=blobdiff_plain;f=__openerp__.py;h=65c4e9f0f6a98bbbf6632b65c2b22a6b1940c583;hp=505e92e494a15564044421af8ffef9f990d94d12;hb=1adc16d124c19513f9dae19138b9dd8786679246;hpb=6ad951bb02a846e753428d9c7e2f5a762dd501ec diff --git a/__openerp__.py b/__openerp__.py index 505e92e..65c4e9f 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -45,6 +45,9 @@ 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', ], 'installable': True, 'auto_install': False,