Skip to content

Commit

Permalink
[FIX] rma: RMA location in the warehouse should not be inside stock
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronHForgeFlow committed Nov 17, 2023
1 parent 139340e commit 0525754
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rma/models/stock_warehouse.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def write(self, vals):
{
"name": "RMA",
"usage": "internal",
"location_id": wh.lot_stock_id.id,
"location_id": wh.view_location_id.id,
"company_id": wh.company_id.id,
}
)
Expand Down

0 comments on commit 0525754

Please sign in to comment.