[FIX] res.country: Preferred address format

According to the USPS, separating the city name
and the zip code with a comma is acceptable,
but the preferred format omits the comma.

http://pe.usps.gov/cpim/ftp/pubs/Pub28/pub28.pdf

opw-644000
This commit is contained in:
Denis Ledoux 2015-07-08 11:10:34 +02:00
parent e27d854801
commit f86d5870fc
1 changed files with 1 additions and 1 deletions

View File

@ -1408,7 +1408,7 @@
<field name="name">United States</field>
<field name="code">us</field>
<field name="image" type="base64" file="base/static/img/country_flags/us.png"></field>
<field name="address_format" eval="'%(street)s\n%(street2)s\n%(city)s, %(state_code)s %(zip)s\n%(country_name)s'" />
<field name="address_format" eval="'%(street)s\n%(street2)s\n%(city)s %(state_code)s %(zip)s\n%(country_name)s'" />
<field name="currency_id" ref="USD"/>
</record>
<record id="uy" model="res.country">