From 7c2b9cab357e41aa7b78b550ef8c511ea8322878 Mon Sep 17 00:00:00 2001 From: Ludovic CHEVALIER Date: Tue, 11 Dec 2012 11:54:17 +0100 Subject: [PATCH] [user] +langue=fr +timezone=Paris for admin user --- __openerp__.py | 1 + data/res_users.xml | 9 +++++++++ 2 files changed, 10 insertions(+) create mode 100644 data/res_users.xml diff --git a/__openerp__.py b/__openerp__.py index ab18e04..450e16a 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -18,6 +18,7 @@ This module is to configure add french spepcifitities to modules related to a bi 'website': 'http://www.heureux-cyclage.org', 'depends': ['bikecoop','l10n_fr','remembership'], 'update_xml': [ + 'data/res_users.xml', 'data/bikecoop_l10n_fr.xml', 'data/plan_comptable_general.xml', 'view/bikecoop.xml', diff --git a/data/res_users.xml b/data/res_users.xml new file mode 100644 index 0000000..a8d6d67 --- /dev/null +++ b/data/res_users.xml @@ -0,0 +1,9 @@ + + + + + fr_FR + Europe/Paris + + + -- 2.20.1