From: Sébastien Grignard Date: Mon, 30 Dec 2013 09:56:23 +0000 (+0100) Subject: Added products X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/cotisations/%27http:/ie7-js.googlecode.com/svn/test/index.html/%40%20%27config_titre_base_sup%27%20=%3E%20%27Declaration%20of%20an%20additional%20database%27%2C%20%27config_titre_base_sup_choix%27%20=%3E%20%27Choose%20an%20additional%20database%27%2C%20%27connexion_ldap%27%20=%3E%20%27Connection:%27%2C-%27copier_en_local%27%20=%3E%20%27Copy%20to%20local%20site%27%2C%20%27creer_et_associer_un_auteur%27%20=%3E%20%27Create%20and%20associate%20an%20author%27%2C-%27creer_et_associer_une_rubrique%27%20=%3E%20%27Create%20and%20link%20a%20section%27%2C%20%20/%7B%7B%20attachment.url%20%7D%7D?a=commitdiff_plain;h=2d83d4340cddd99d60eb4fe262ad18bcef346bf6;p=burette%2Fptitvelo.git 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,