mirror of
https://github.com/ForgeFlow/stock-rma.git
synced 2025-01-21 12:57:49 +02:00
[FIX]RMA location company is the warehouse company
This commit is contained in:
@@ -73,6 +73,7 @@ class StockWarehouse(models.Model):
|
|||||||
'name': 'RMA',
|
'name': 'RMA',
|
||||||
'usage': 'internal',
|
'usage': 'internal',
|
||||||
'location_id': wh.lot_stock_id.id,
|
'location_id': wh.lot_stock_id.id,
|
||||||
|
'company_id': wh.company_id.id,
|
||||||
})
|
})
|
||||||
# RMA types
|
# RMA types
|
||||||
if not wh._rma_types_available():
|
if not wh._rma_types_available():
|
||||||
|
|||||||
Reference in New Issue
Block a user