Merge pull request #8 from akretion/8-stock-location-route-no-translate

[FIX] Missing :
This commit is contained in:
Alexis de Lattre
2015-11-17 17:36:53 +01:00

View File

@@ -50,7 +50,7 @@ class StockPickingType(models.Model):
name = fields.Char(translate=False)
class StockLocationRoute(models.Model)
class StockLocationRoute(models.Model):
_inherit = 'stock.location.route'
name = fields.Char(translate=False)