fixup! Add corrections to stock_location_zone

This commit is contained in:
Guewen Baconnier
2019-08-27 11:36:37 +02:00
parent 545a8b4299
commit 00dd81476e

View File

@@ -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