[FIX]RMA location company is the warehouse company

This commit is contained in:
aaron
2018-05-24 11:50:28 +02:00
committed by Aaron Henriquez
parent 316511de0b
commit 8fe569f9c6

View File

@@ -74,6 +74,7 @@ class StockWarehouse(models.Model):
'name': 'RMA',
'usage': 'internal',
'location_id': wh.lot_stock_id.id,
'company_id': wh.company_id.id,
})
# RMA types
if not wh._rma_types_available():