X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=__openerp__.py;h=d2740fbec425cc9c37bd2d711993086f830db02a;hb=ec0fc28f08bab45de07b5ffd3a7db0e98e9f819b;hp=b452376c34a276fbad628e8a8c9db0e82a60f568;hpb=6f8d31610f1ce7ccc255e9b95bc6b6ae810f80d0;p=burette%2Fvelosenville.git diff --git a/__openerp__.py b/__openerp__.py index b452376..d2740fb 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -2,7 +2,7 @@ ############################################################################## # # velosenville module for OpenERP, Vélos en Ville specificities -# Copyright (C) 2012 Vélos en Ville () +# Copyright (C) 2012-2013 Vélos en Ville () # # This file is a part of velosenville # @@ -39,7 +39,9 @@ It installs the profile for bike co-ops to manage some features like: 'update_xml': [ 'data/base.xml', 'data/bikecoop.xml', + 'data/product.xml', 'data/res_partner.xml', + 'view/bikecoop.xml', ], 'installable': True, 'auto_install': False,