fix chinese,使用odoo的不同国家格式

This commit is contained in:
ivan deng
2018-12-14 10:04:11 +08:00
parent afafca353e
commit fabe8a775b
2 changed files with 10 additions and 0 deletions

View File

@@ -52,6 +52,7 @@
'data/ir_default_data.xml', 'data/ir_default_data.xml',
'data/ir_sequence_data.xml', 'data/ir_sequence_data.xml',
'data/base_data.xml', 'data/base_data.xml',
'data/res_country_data.xml',
'data/res_currency_data.xml', 'data/res_currency_data.xml',
'data/product_data.xml', 'data/product_data.xml',
'data/product_pricelist_data.xml', 'data/product_pricelist_data.xml',

View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<data noupdate="1">
<!-- Country -->
<record id="base.cn" model="res.country">
<field eval="'%(country_name)s%(state_name)s%(city)s%(street)s%(street2)s %(zip)s'" name="address_format" />
</record>
</data>
</odoo>