[FIX]RMA location company is the warehouse company

This commit is contained in:
aaron
2018-05-24 11:50:28 +02:00
committed by ahenriquez
parent 6d67fe838d
commit d13b9b80da

View File

@@ -73,6 +73,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():