release sale comm

This commit is contained in:
ivan deng
2019-11-21 02:02:25 +08:00
parent 5de7854a48
commit 03c66d115b
2 changed files with 13 additions and 1 deletions

View File

@@ -18,7 +18,7 @@
{
'name': "App base chinese中国化基本模块增强",
'version': '13.19.10.28',
'version': '13.19.11.20',
'author': 'Sunpop.cn',
'category': 'Base',
'website': 'https://www.sunpop.cn',
@@ -42,6 +42,7 @@
6. 修正产品类别的列表及m2o字段中不显示中文目录名的Bug
7. 修正仓库位置的列表及m2o字段中不显示中文目录名的Bug
8. 超级用户改时区为 中国
9. 时间格式年月日为 2019-12-30时间为 22:10
11. todo:中文演示数据(只有demo模式才加载)
""",
@@ -62,6 +63,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">
<!-- 时间格式 -->
<record id="base.lang_zh_CN" model="res.lang">
<field name="date_format">%Y-%m-%d</field>
<field name="time_format">%H:%M</field>
</record>
</data>
</odoo>