mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
udpate base chinese
This commit is contained in:
14
app_base_chinese/data/sales_team_data.xml
Normal file
14
app_base_chinese/data/sales_team_data.xml
Normal file
@@ -0,0 +1,14 @@
|
||||
<?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>-->
|
||||
<function model="crm.team" name="write">
|
||||
<value model="crm.team" eval="obj().env.ref('sales_team.team_sales_department').id"/>
|
||||
<value eval="{
|
||||
'name': '中国',
|
||||
}"/>
|
||||
</function>
|
||||
</data>
|
||||
</odoo>
|
||||
Reference in New Issue
Block a user