X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=__openerp__.py;h=c4c696829478b5aa83a8c38ac9294f3eed04f630;hb=91fd831ee58f9b37c7fc95a294a70f18710b0137;hp=2c3e490c3925cc8c6a89c540be0aba78644a63fb;hpb=f913c4f2b4052f1e4afd669e37a3a876fcc5a910;p=burette%2Fbretzselle.git diff --git a/__openerp__.py b/__openerp__.py index 2c3e490..c4c6968 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -44,9 +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/products_categories.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,