mirror of
https://github.com/ForgeFlow/stock-rma.git
synced 2025-01-21 12:57:49 +02:00
[IMP] rma: mark RMA location as return location
This commit is contained in:
committed by
JasminSForgeFlow
parent
911aaae7a4
commit
01bb5f3285
@@ -69,6 +69,7 @@ class StockWarehouse(models.Model):
|
|||||||
"usage": "internal",
|
"usage": "internal",
|
||||||
"location_id": wh.view_location_id.id,
|
"location_id": wh.view_location_id.id,
|
||||||
"company_id": wh.company_id.id,
|
"company_id": wh.company_id.id,
|
||||||
|
"return_location": True,
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
# RMA types
|
# RMA types
|
||||||
|
|||||||
Reference in New Issue
Block a user