Skip to content

Commit

Permalink
[FIX] snailmail: Update country names map
Browse files Browse the repository at this point in the history
Some country names were not properly handled by the provider.

closes odoo#51126

X-original-commit: 285d5d6
Signed-off-by: Rémi Rahir (rar) <rar@odoo.com>
  • Loading branch information
rrahir committed May 12, 2020
1 parent 8429494 commit 115c704
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions addons/snailmail/country_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@
"CK": "Cook Islands",
"CL": "Chile",
"CM": "Cameroon",
"CN": "China People's Republic",
"CN": "China",
"CO": "Colombia",
"CR": "Costa Rica",
"CU": "Cuba",
"CV": "Cape Verde",
"CW": "Cura\u00e7ao",
"CW": "Curacao",
"CX": "Christmas Island",
"CY": "Cyprus",
"CZ": "Czech Republic",
Expand Down Expand Up @@ -102,6 +102,7 @@
"HR": "Croatia",
"HT": "Haiti",
"HU": "Hungary",
"IC": "Canary Islands",
"ID": "Indonesia",
"IE": "Ireland",
"IL": "Israel",
Expand Down Expand Up @@ -203,7 +204,7 @@
"SH": "Ascension StHelena & Tristan",
"SI": "Slovenia",
"SJ": "Svalbard and Jan Mayen",
"SK": "Slovak Republic",
"SK": "Slovakia",
"SL": "Sierra Leone",
"SM": "San Marino",
"SN": "Senegal",
Expand Down

0 comments on commit 115c704

Please sign in to comment.