From 05533fbf4fc281e14a3fd29cb120ab6a5e963951 Mon Sep 17 00:00:00 2001 From: Ludovic CHEVALIER Date: Fri, 8 Feb 2013 19:11:30 +0100 Subject: [PATCH] [module] +products --- __openerp__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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, -- 2.20.1