mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
update 中文时间
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
|
||||
{
|
||||
'name': 'odoo中文版套件之基础,中国会计基础,Chinese Enhance All in One,',
|
||||
'version': '16.24.10.29',
|
||||
'version': '16.24.12.16',
|
||||
'author': 'odooai.cn',
|
||||
'category': 'Base',
|
||||
'website': 'https://www.odooai.cn',
|
||||
|
||||
@@ -5,7 +5,8 @@
|
||||
<record id="base.lang_zh_CN" model="res.lang" context="{'lang': 'zh_CN'}">
|
||||
<field name="name">中文</field>
|
||||
<field name="date_format">%Y-%m-%d</field>
|
||||
<field name="time_format">%H:%M:%S</field>
|
||||
<!-- 此处将所有默认时间都精确至 秒,如有特殊需求在相关模块再处理-->
|
||||
<field name="time_format">%H:%M</field>
|
||||
<field name="active" eval="True"/>
|
||||
</record>
|
||||
<record id="base.lang_en" model="res.lang" context="{'lang': 'zh_CN'}">
|
||||
|
||||
Reference in New Issue
Block a user