X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=__openerp__.py;h=351d83e8b44d30c0ee5224dc4997a4c7dfa988ab;hb=317249f90ff62c39d8cd3443f05db86e30733d3a;hp=85d16fe5130a85b4c92cfc341f38653b76b9f044;hpb=5c7df450f8c97d93284a3a104b36c6d6be21c046;p=burette%2Fbretzselle.git diff --git a/__openerp__.py b/__openerp__.py index 85d16fe..351d83e 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -44,7 +44,13 @@ 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/plan_comptable_general.xml', + 'data/products_categories.xml', + 'data/products_products.xml', + 'data/products_products_old.xml', + 'security/ir.model.access.csv', ], 'installable': True, 'auto_install': False,