X-Git-Url: http://git.cyclocoop.org/?p=burette%2Frecupr.git;a=blobdiff_plain;f=__openerp__.py;h=b4ff53756b68e3c92cfcbecc98e624f6c3a425b3;hp=0cc57df82dd1d7a3e70e0a92c8eac6fd7b5f3168;hb=701bb4bef725e1d58ebd980c0ca95f4bfe27980b;hpb=246138ee8175d2f586eb53d0fe327fb7ce7e914f diff --git a/__openerp__.py b/__openerp__.py index 0cc57df..b4ff537 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -43,6 +43,9 @@ It installs the profile for bike co-ops to manage some features like: ], 'update_xml': [ 'data/base.xml', + 'data/product_categories.xml', + 'data/product_products.xml', + 'data/suppliers.xml', ], 'installable': True, 'auto_install': False,