Browse Source

[FIX] Remove duplicate key in _available_langs dictionary

pull/106/head
Antonio Espinosa 10 years ago
parent
commit
3df31d9791
  1. 1
      partner_nace/wizard/nace_import.py

1
partner_nace/wizard/nace_import.py

@ -62,7 +62,6 @@ class NaceImport(models.TransientModel):
'es_SV': 'ES', # Spanish (SV)
'es_UY': 'ES', # Spanish (UY)
'es_VE': 'ES', # Spanish (VE)
'es_PY': 'ES', # Spanish (PY)
'es_ES': 'ES', # Spanish
'fi_FI': 'FI', # Finnish
'fr_BE': 'FR', # French (FR)

Loading…
Cancel
Save