client_name_on_manufacturing_orders: many2many_tags widget in list view
This commit is contained in:
parent
085ac55278
commit
26abe8cbfe
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@
|
|||
<field name="inherit_id" ref="mrp.mrp_production_tree_view"/>
|
||||
<field name="arch" type="xml">
|
||||
<field name="name" position="after">
|
||||
<field name="customer_ids" optional="show"/>
|
||||
<field name="customer_ids" optional="show" widget="many2many_tags"/>
|
||||
</field>
|
||||
</field>
|
||||
</record>
|
||||
|
|
|
|||
Loading…
Reference in a new issue