X-Git-Url: http://git.cyclocoop.org/?p=burette%2Frecupr.git;a=blobdiff_plain;f=__openerp__.py;h=0ccf24cabc812f435a8aa36e4ab9e780ff7794b2;hp=3629a65462452ad5c49c7a4f9c2bdcc899b2d1f9;hb=4f6de3e9371f2ae3735933294eb9e1fb92bbaced;hpb=f5547b02e7243d4b529fce4fda2daa51a3919c00 diff --git a/__openerp__.py b/__openerp__.py index 3629a65..0ccf24c 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -42,6 +42,9 @@ 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', ], 'installable': True, 'auto_install': False,