增加委外

This commit is contained in:
Ivan.x390
2019-07-24 17:46:35 +08:00
parent 623937c675
commit d5d7deea62
2 changed files with 12 additions and 1 deletions

View File

@@ -18,7 +18,7 @@
{
'name': "App base chinese中国化基本模块增强",
'version': '12.19.05.17',
'version': '12.19.07.24',
'author': 'Sunpop.cn',
'category': 'Base',
'website': 'https://www.sunpop.cn',
@@ -59,6 +59,7 @@
'data/base_data.xml',
'data/res_country_data.xml',
'data/res_currency_data.xml',
'data/res_lang_data.xml',
'data/product_data.xml',
'data/product_pricelist_data.xml',
],

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<data noupdate="1">
<!-- Country -->
<record id="base.lang_zh_CN" model="res.lang">
<field name="date_format">%Y-%m-%d</field>
<field name="time_format">%H:%M:%S</field>
</record>
</data>
</odoo>