Merge PR #1000 into 13.0

Signed-off-by pedrobaeza
This commit is contained in:
OCA-git-bot
2020-10-28 09:43:46 +00:00

View File

@@ -9,7 +9,6 @@ class StockLocation(models.Model):
"""Refuse changes during exhaustive Inventories"""
_inherit = "stock.location"
_order = "name"
@api.constrains("location_id")
def _check_inventory_location_id(self):