From: Ludovic CHEVALIER Date: Fri, 8 Feb 2013 18:11:30 +0000 (+0100) Subject: [module] +products X-Git-Url: http://git.cyclocoop.org/?p=burette%2Fvelosenville.git;a=commitdiff_plain;h=05533fbf4fc281e14a3fd29cb120ab6a5e963951 [module] +products --- diff --git a/__openerp__.py b/__openerp__.py index b452376..411425a 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,6 +39,7 @@ 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', ], 'installable': True,