client_name_on_manufacturing_orders: many2many_tags widget in list view

This commit is contained in:
Marc Durepos 2024-06-05 09:38:50 -04:00
parent 085ac55278
commit 26abe8cbfe

View file

@ -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>