Skip to content
Snippets Groups Projects
Unverified Commit cf30f35f authored by David Tran's avatar David Tran Committed by Martin Trigaux
Browse files

[FIX] base: address_format for Vietnam

Vietnam address should come with Province name, not `state_code`

Closes #27164
parent facc3b9a
No related branches found
No related tags found
No related merge requests found
......@@ -1707,6 +1707,7 @@
<field file="base/static/img/country_flags/vn.png" name="image" type="base64" />
<field name="currency_id" ref="VND" />
<field eval="84" name="phone_code" />
<field eval="'%(street)s\n%(street2)s\n%(city)s\n%(name)s %(zip)s %(country_name)s'" name="address_format" />
</record>
<record id="vu" model="res.country">
<field name="name">Vanuatu</field>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment