X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=__openerp__.py;h=e9fb5d36c387e90681313404908e7c284562a051;hb=38ddebbdf428e515ba7b7a52f039d43322f9d09b;hp=6211cb45b2aaeb42d81625ae29201493681d08b1;hpb=668dfda403672b9bdd8589a6286da27458dbfaf6;p=burette%2Fdynamo.git diff --git a/__openerp__.py b/__openerp__.py index 6211cb4..e9fb5d3 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -41,8 +41,10 @@ It installs the profile for bike co-ops to manage some features like: ], 'update_xml': [ 'data/base.xml', + 'data/suppliers.xml', 'data/product.xml', 'data/res_partner.xml', + 'view/dynamo.xml', ], 'installable': True, 'auto_install': False,