From 1bbca70ade8bca634138bd3e72573458f5c14b13 Mon Sep 17 00:00:00 2001 From: Alexis de Lattre Date: Mon, 2 Jun 2014 17:06:58 +0200 Subject: [PATCH] Remove France-specific code ; moved to new module l10n_fr_base_location_geonames_import on lp:openerp-french-localization --- base_location_geonames_import/wizard/geonames_import.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/base_location_geonames_import/wizard/geonames_import.py b/base_location_geonames_import/wizard/geonames_import.py index e5f9daab2..d93967895 100644 --- a/base_location_geonames_import/wizard/geonames_import.py +++ b/base_location_geonames_import/wizard/geonames_import.py @@ -47,8 +47,6 @@ class better_zip_geonames_import(orm.TransientModel): state_id = False if states and row[4] and row[4] in states: state_id = states[row[4].upper()] - if row[0] == 'FR' and 'CEDEX' in row[1]: - return False vals = { 'name': row[1], 'city': row[2],