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