Skip to content
Snippets Groups Projects
Commit 436bbb0a authored by David Monjoie's avatar David Monjoie
Browse files

[FIX] stock_picking_wave: removed obsolete many2many widget from stock_picking_wave_view

parent fb1591bd
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@
<field name="user_id"/>
</group>
<separator string="Pickings"/>
<field name="picking_ids" widget="many2many" domain="[('state', 'not in', ('done', 'cancel'))]">
<field name="picking_ids" domain="[('state', 'not in', ('done', 'cancel'))]">
<tree>
<field name="name"/>
<field name="backorder_id"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment