X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=__openerp__.py;h=efea667e2ec29f6b56bb783c70521d146bd101c2;hb=888f3d8ed37a4cdd03e16d16625dd8e26c728415;hp=2c3e490c3925cc8c6a89c540be0aba78644a63fb;hpb=f913c4f2b4052f1e4afd669e37a3a876fcc5a910;p=burette%2Fbretzselle.git diff --git a/__openerp__.py b/__openerp__.py index 2c3e490..efea667 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -44,9 +44,11 @@ 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/plan_comptable_general.xml', + 'data/products_categories.xml', + 'data/products_products.xml', ], 'installable': True, 'auto_install': False,