From: Sébastien Grignard Date: Mon, 30 Dec 2013 09:56:23 +0000 (+0100) Subject: Added products X-Git-Url: http://git.cyclocoop.org/?p=burette%2Fptitvelo.git;a=commitdiff_plain;h=2d83d4340cddd99d60eb4fe262ad18bcef346bf6 Added products --- diff --git a/__openerp__.py b/__openerp__.py index 1eb7b7f..f508d7c 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -37,6 +37,7 @@ It installs the profile for bike co-ops to manage some features like: 'website': 'http://www.ptitvelo.net', 'depends': ['bikecoop_l10n_fr'], 'update_xml': [ + 'data/product.xml', ], 'installable': True, 'auto_install': False,