mirror of
https://github.com/ForgeFlow/stock-rma.git
synced 2025-01-21 12:57:49 +02:00
[FIX] rma: RMA location in the warehouse should not be inside stock
This commit is contained in:
committed by
Aaron ForgeFlow
parent
fcf6da632d
commit
ecac0a9c1d
@@ -67,7 +67,7 @@ class StockWarehouse(models.Model):
|
|||||||
{
|
{
|
||||||
"name": "RMA",
|
"name": "RMA",
|
||||||
"usage": "internal",
|
"usage": "internal",
|
||||||
"location_id": wh.lot_stock_id.id,
|
"location_id": wh.view_location_id.id,
|
||||||
"company_id": wh.company_id.id,
|
"company_id": wh.company_id.id,
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user