X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=__openerp__.py;h=c4c696829478b5aa83a8c38ac9294f3eed04f630;hb=91fd831ee58f9b37c7fc95a294a70f18710b0137;hp=85d16fe5130a85b4c92cfc341f38653b76b9f044;hpb=5c7df450f8c97d93284a3a104b36c6d6be21c046;p=burette%2Fbretzselle.git diff --git a/__openerp__.py b/__openerp__.py index 85d16fe..c4c6968 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', + 'data/members.xml', ], 'installable': True, 'auto_install': False,