mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
fix misc for chinese
This commit is contained in:
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
'name': 'odoo中国版,中文本土化套件,中国会计基础,Odoo Chinese localization Enhance All in One',
|
'name': 'odoo中国版,中文本土化套件,中国会计基础,Odoo Chinese localization Enhance All in One',
|
||||||
'version': '16.24.12.18',
|
'version': '16.24.12.20',
|
||||||
'author': 'odooai.cn',
|
'author': 'odooai.cn',
|
||||||
'category': 'Base',
|
'category': 'Base',
|
||||||
'website': 'https://www.odooai.cn',
|
'website': 'https://www.odooai.cn',
|
||||||
|
|||||||
@@ -4,7 +4,8 @@
|
|||||||
<!-- Country -->
|
<!-- Country -->
|
||||||
<record id="base.cn" model="res.country">
|
<record id="base.cn" model="res.country">
|
||||||
<field name="enforce_cities" eval="True"/>
|
<field name="enforce_cities" eval="True"/>
|
||||||
<field name="address_format" eval="'%(country_name)s%(state_name)s%(city)s%(street)s\n%(street2)s'"/>
|
<field name="address_format" eval="'
|
||||||
|
%(country_name)s%(state_name)s%(city)s%(street)s\n%(street2)s,%(zip)s'"/>
|
||||||
<field name="address_view_id" ref="app_base_chinese.app_view_partner_form_chinese"/>
|
<field name="address_view_id" ref="app_base_chinese.app_view_partner_form_chinese"/>
|
||||||
</record>
|
</record>
|
||||||
<function model="res.country" name="write" context="{'lang': 'zh_CN'}">
|
<function model="res.country" name="write" context="{'lang': 'zh_CN'}">
|
||||||
|
|||||||
Reference in New Issue
Block a user