mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
opt m2o
This commit is contained in:
8
app_base_chinese/data/crm_team_data.xml
Normal file
8
app_base_chinese/data/crm_team_data.xml
Normal 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">Sales</field>-->
|
||||
<!--</record>-->
|
||||
</data>
|
||||
</odoo>
|
||||
@@ -10,7 +10,7 @@
|
||||
<!--设置默认时区为中国,注意select 类型要加 ""-->
|
||||
<record id="res_partner_tz_default" model="ir.default">
|
||||
<field name="field_id" eval="ref('base.field_res_partner__tz')"/>
|
||||
<field name="json_value">"Asia/Shanghai"</field>
|
||||
<field name="json_value">"Etc/GMT-8"</field>
|
||||
</record>
|
||||
<!--设置用户email在odoo内提醒-->
|
||||
<record id="res_user_notify_email_default" model="ir.default">
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
<data noupdate="1">
|
||||
<data noupdate="0">
|
||||
<!-- 时间格式 -->
|
||||
<record id="base.lang_zh_CN" model="res.lang">
|
||||
<field name="date_format">%Y-%m-%d</field>
|
||||
|
||||
Reference in New Issue
Block a user