From: Ludovic CHEVALIER Date: Wed, 12 Dec 2012 13:49:17 +0000 (+0100) Subject: [members] first step X-Git-Url: https://git.cyclocoop.org/?p=burette%2Fvelosenville.git;a=commitdiff_plain;h=6f8d31610f1ce7ccc255e9b95bc6b6ae810f80d0 [members] first step Just coordinates Todo: membership infos + volunteer activities --- diff --git a/__openerp__.py b/__openerp__.py index 430f87e..b452376 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -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/res_partner.xml', ], 'installable': True, 'auto_install': False,