From 00dd81476e6ee31158e02aeaeceddd32d98628bd Mon Sep 17 00:00:00 2001 From: Guewen Baconnier Date: Tue, 27 Aug 2019 11:36:37 +0200 Subject: [PATCH] fixup! Add corrections to stock_location_zone --- stock_location_zone/models/stock_location.py | 1 - 1 file changed, 1 deletion(-) diff --git a/stock_location_zone/models/stock_location.py b/stock_location_zone/models/stock_location.py index 01f5495e6..40556b907 100644 --- a/stock_location_zone/models/stock_location.py +++ b/stock_location_zone/models/stock_location.py @@ -72,7 +72,6 @@ class StockLocation(models.Model): # We should have the record's values in the cache at this # point. We must be cautious not to leak an environment through # relational fields. - # values = self._convert_to_cache(location._cache) location.name = template.format(**location._cache) @api.multi