From 8049bc2a70fb18f2ee0681a42758338e6efbe7e9 Mon Sep 17 00:00:00 2001 From: Ludovic CHEVALIER Date: Mon, 17 Sep 2012 08:17:46 +0200 Subject: [PATCH] [Partner] +Nationalite = France par defaut Astuce bien grasse au vu de la tete du fichier xml. Sans doute mieux a faire ... --- __openerp__.py | 1 + data/bikecoop_l10n_fr.xml | 13 +++++++++++++ 2 files changed, 14 insertions(+) create mode 100644 data/bikecoop_l10n_fr.xml diff --git a/__openerp__.py b/__openerp__.py index 8072642..d24f9f2 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'], 'update_xml': [ + 'data/bikecoop_l10n_fr.xml', 'demo/res_users.xml', ], 'installable': True, diff --git a/data/bikecoop_l10n_fr.xml b/data/bikecoop_l10n_fr.xml new file mode 100644 index 0000000..95de495 --- /dev/null +++ b/data/bikecoop_l10n_fr.xml @@ -0,0 +1,13 @@ + + + + + nationality_id + default + + res.partner + I76 +. + + + -- 2.20.1