diff --git a/stock_inventory_lockdown/models/stock_location.py b/stock_inventory_lockdown/models/stock_location.py index cdb7b2c1d..39d3479d5 100644 --- a/stock_inventory_lockdown/models/stock_location.py +++ b/stock_inventory_lockdown/models/stock_location.py @@ -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):