Skip to content

Commit

Permalink
[FIX] fieldservice_stock_request: remove route_ids fields from requests
Browse files Browse the repository at this point in the history
This is due after merge of OCA/stock-logistics-warehouse#2179
Ortherwise the module upgrade raises a ValidationError while validating view.
  • Loading branch information
tafaRU committed Nov 14, 2024
1 parent e7261e0 commit 111bbd0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions fieldservice_stock_request/readme/CONTRIBUTORS.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
* Brian McMaster <brian@mcmpest.com>
* Sandip Mangukiya <smangukiya@opensourceintegrators.com>
* Serpent Consulting Services Pvt. Ltd. <support@serpentcs.com>
* Alex Comba <alex.comba@agilebg.com>
1 change: 0 additions & 1 deletion fieldservice_stock_request/views/fsm_order.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
groups="stock.group_stock_multi_locations"
invisible="1"
/>
<field name="route_ids" invisible="1" />
<field name="product_uom_qty" />
<field name="qty_in_progress" />
<field name="qty_done" />
Expand Down

0 comments on commit 111bbd0

Please sign in to comment.