don't translate stock.location.route
And incr num version And tell it in the description
This commit is contained in:
@@ -50,6 +50,10 @@ class StockPickingType(models.Model):
|
||||
|
||||
name = fields.Char(translate=False)
|
||||
|
||||
class StockLocationRoute(models.Model)
|
||||
_inherit = 'stock.location.route'
|
||||
|
||||
name = fields.Char(translate=False)
|
||||
|
||||
class StockWarehouseOrderpoint(models.Model):
|
||||
_inherit = 'stock.warehouse.orderpoint'
|
||||
|
||||
Reference in New Issue
Block a user