X-Git-Url: http://git.cyclocoop.org/?p=burette%2Frecupr.git;a=blobdiff_plain;f=__openerp__.py;h=25dd532a1408aa4fb16fa3ae1c3ccf44294d4e90;hp=0cc57df82dd1d7a3e70e0a92c8eac6fd7b5f3168;hb=4024401c3bd1db407a706456f6e3d85f2500c2f9;hpb=246138ee8175d2f586eb53d0fe327fb7ce7e914f diff --git a/__openerp__.py b/__openerp__.py index 0cc57df..25dd532 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -43,6 +43,10 @@ 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', + 'data/members.xml', ], 'installable': True, 'auto_install': False,