Revert "[FIX] stock_picking_wave: removed obsolete many2many widget from stock_picking_wave_view"

This reverts commit 436bbb0a48.

The many2many widget is usefull, as it allows to select an existing picking instead of creating a new one when clicking add an item from the list
This commit is contained in:
Denis Ledoux 2014-11-24 18:38:14 +01:00
parent 6feefe4d10
commit bb5d32b4b6
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
<field name="user_id"/>
</group>
<separator string="Pickings"/>
<field name="picking_ids" domain="[('state', 'not in', ('done', 'cancel'))]">
<field name="picking_ids" widget="many2many" domain="[('state', 'not in', ('done', 'cancel'))]">
<tree>
<field name="name"/>
<field name="backorder_id"/>