Skip to content

Commit

Permalink
[FIX] mrp: Unbuild what has not be build
Browse files Browse the repository at this point in the history
Since commit 55c0221 it is
not possible to unbuild what has not been build by ourself.

However we won't block the customer and let him unbuild everythings.
  • Loading branch information
amoyaux committed Jan 16, 2018
1 parent 8d8eb5e commit b972369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/mrp/views/mrp_unbuild_views.xml
Expand Up @@ -122,7 +122,7 @@
</div>
</group>
<group>
<field name="mo_id" domain="[('state','=','done')]" required="True"/>
<field name="mo_id" domain="[('state','=','done')]"/>
<field name="location_id" groups="stock.group_stock_multi_locations"/>
<field name="location_dest_id" groups="stock.group_stock_multi_locations"/>
<field name="has_tracking" invisible="1"/>
Expand Down

0 comments on commit b972369

Please sign in to comment.