fix common and translate

This commit is contained in:
ivan deng
2021-07-27 02:37:01 +08:00
parent 4715d0df65
commit 57f9224fec
5 changed files with 25 additions and 7 deletions

View File

@@ -18,7 +18,7 @@
{
'name': "App base chinese中国化基本模块增强",
'version': '13.21.07.13',
'version': '13.21.07.27',
'author': 'Sunpop.cn',
'category': 'Base',
'website': 'https://www.sunpop.cn',
@@ -49,13 +49,15 @@
12. 翻译导出默认中文默认po
13. 在 base 模型增加 name_en_US 字段,赋值后同时改翻译值
14. 常用小数精度调整
21. todo:中文演示数据(只有demo模式才加载)
15. 销售团队改为中国
21. todo:中文演示数据(只有demo模式才加载)
""",
'pre_init_hook': 'pre_init_hook',
'post_init_hook': 'post_init_hook',
'depends': [
'app_base',
'account',
'sales_team',
'stock',
],
'images': ['static/description/banner.jpg'],
@@ -76,6 +78,7 @@
'data/product_data.xml',
'data/product_pricelist_data.xml',
'data/stock_location_data.xml',
'data/sales_team_data.xml',
],
'demo': [
],

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<data noupdate="1">
<record id="sales_team.team_sales_department" model="crm.team">
<field name="name">中国</field>
</record>
</data>
</odoo>