Skip to content

Commit

Permalink
[FIX] stock_manual_transfer: make demo route selectable
Browse files Browse the repository at this point in the history
Since now only routes matching the selected warehouse may be selected,
the demo route should have the supplied warehouse set to be selectable.

[1]: 62ec4c4
  • Loading branch information
luisg123v committed Aug 27, 2024
1 parent 92ec4ab commit 4b3b56b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stock_manual_transfer/demo/stock_demo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<field name="product_selectable" eval="True" />
<field name="warehouse_selectable" eval="True" />
<field name="manual_transfer_selectable" eval="True" />
<field name="supplied_wh_id" ref="demo_warehouse_01" />
</record>

<!-- Pull Rules -->
Expand Down

0 comments on commit 4b3b56b

Please sign in to comment.