mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
fix chinese,使用odoo的不同国家格式
This commit is contained in:
@@ -52,6 +52,7 @@
|
||||
'data/ir_default_data.xml',
|
||||
'data/ir_sequence_data.xml',
|
||||
'data/base_data.xml',
|
||||
'data/res_country_data.xml',
|
||||
'data/res_currency_data.xml',
|
||||
'data/product_data.xml',
|
||||
'data/product_pricelist_data.xml',
|
||||
|
||||
9
app_base_chinese/data/res_country_data.xml
Normal file
9
app_base_chinese/data/res_country_data.xml
Normal 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>
|
||||
Reference in New Issue
Block a user