mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
travis
This commit is contained in:
@@ -15,7 +15,7 @@ class StockMove(models.Model):
|
||||
def _get_reserved_locations(self):
|
||||
self.ensure_one()
|
||||
return self.reserved_quant_ids.mapped('location_id') + \
|
||||
self.split_from.reserved_quant_ids.mapped('location_id')
|
||||
self.split_from.reserved_quant_ids.mapped('location_id')
|
||||
|
||||
@api.constrains('location_dest_id', 'location_id', 'state')
|
||||
def _check_locked_location(self):
|
||||
|
||||
Reference in New Issue
Block a user