From 7deb3ada7d5be2ac4d000791a2a341bda03e2864 Mon Sep 17 00:00:00 2001 From: Ludovic CHEVALIER Date: Thu, 29 Nov 2012 19:47:28 +0100 Subject: [PATCH] [users] ~password admin --- __init__.py | 2 -- __openerp__.py | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) 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, -- 2.20.1