Skip to content

Commit

Permalink
[FIX] stock_move_location: Move Line destination would stay the default
Browse files Browse the repository at this point in the history
Closes OCA#1963
  • Loading branch information
dreispt committed Mar 18, 2024
1 parent 87df2ed commit 87d2c7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stock_move_location/wizard/stock_move_location.xml
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@
name="lot_id"
groups="stock.group_production_lot"
/>
<field name="origin_location_id" />
<field name="destination_location_id" />
<field name="origin_location_id" force_save="1" />
<field name="destination_location_id" force_save="1" />
</div>
<div class="o_kanban_record_bottom">
<div class="oe_kanban_bottom_right">
Expand Down

0 comments on commit 87d2c7d

Please sign in to comment.