新增翻译问题解决
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
<field name="title"/>
|
||||
<field name="product_ids" widget="many2many_tags"/>
|
||||
<field name="product_category_ids" widget="many2many_tags"/>
|
||||
<field name="picking_type_ids" string="Operations" widget="many2many_tags"/>
|
||||
<field name="picking_type_ids" string="作业类型" widget="many2many_tags"/>
|
||||
<field name="company_id" groups="base.group_multi_company"/>
|
||||
</group>
|
||||
<group>
|
||||
@@ -112,7 +112,7 @@
|
||||
<field name="title" optional="show"/>
|
||||
<field name="product_ids" widget="many2many_tags" optional="show"/>
|
||||
<field name="product_category_ids" widget="many2many_tags" optional="hide"/>
|
||||
<field name="picking_type_ids" widget="many2many_tags" optional="show" string="Operations"/>
|
||||
<field name="picking_type_ids" widget="many2many_tags" optional="show" string="作业类型"/>
|
||||
<field name="test_type_id" optional="show" string="Type"/>
|
||||
<field name="team_id" optional="show"/>
|
||||
<field name="user_id" optional="hide" widget='many2one_avatar_user'/>
|
||||
|
||||
Reference in New Issue
Block a user