# Copyright 2014-2020 Akretion (http://www.akretion.com) # @author Alexis de Lattre # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). from odoo import fields, models class StockLocationRoute(models.Model): _inherit = 'stock.location.route' name = fields.Char(translate=False)