From: Ludovic CHEVALIER Date: Thu, 29 Nov 2012 18:47:28 +0000 (+0100) Subject: [users] ~password admin X-Git-Url: http://git.cyclocoop.org/?p=burette%2Fptitvelo.git;a=commitdiff_plain;h=7deb3ada7d5be2ac4d000791a2a341bda03e2864 [users] ~password admin --- diff --git a/__init__.py b/__init__.py index 066bf6f..18134c8 100644 --- a/__init__.py +++ b/__init__.py @@ -21,6 +21,4 @@ # ############################################################################## -import ptitvelo - # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/__openerp__.py b/__openerp__.py index 6fb2a71..0635f03 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','bikecoop_l10n_fr'], 'update_xml': [ + 'data/base.xml', ], 'installable': True, 'auto_install': False,