X-Git-Url: http://git.cyclocoop.org/?p=burette%2Frecupr.git;a=blobdiff_plain;f=__openerp__.py;h=e47bf40bf571ac38163b65a342ddbd37794da981;hp=3629a65462452ad5c49c7a4f9c2bdcc899b2d1f9;hb=a2ac4aade71e146b1b4e05fd4450b6a9ed546bdd;hpb=f5547b02e7243d4b529fce4fda2daa51a3919c00 diff --git a/__openerp__.py b/__openerp__.py index 3629a65..e47bf40 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -42,6 +42,14 @@ It installs the profile for bike co-ops to manage some features like: 'init_xml': [ ], 'update_xml': [ + 'data/base.xml', + 'data/stock.xml', + 'data/sale.xml', + 'data/point_of_sale.xml', + 'data/product_categories.xml', + 'data/product_products.xml', + 'data/suppliers.xml', + 'data/members.xml', ], 'installable': True, 'auto_install': False,