[FIX] base_data: changed United Kingdom Country Code from invalid "uk" to iso3166 "gb"

(Kept "uk" XML ID for backwards compatibility)

lp bug: https://launchpad.net/bugs/581140 fixed

bzr revid: odo@openerp.com-20101111014039-t7b9qpc4hxx54nyz
This commit is contained in:
Olivier Dony 2010-11-11 02:40:39 +01:00
parent 1793660576
commit 6ed2843443
1 changed files with 1 additions and 1 deletions

View File

@ -915,7 +915,7 @@
</record>
<record id="uk" model="res.country">
<field name="name">United Kingdom</field>
<field name="code">uk</field>
<field name="code">gb</field>
</record>
<record id="um" model="res.country">
<field name="name">USA Minor Outlying Islands</field>