[IMP] pre-commit: first run on whole repo
This commit is contained in:
@@ -6,6 +6,6 @@ from odoo import fields, models
|
||||
|
||||
|
||||
class StockLocationRoute(models.Model):
|
||||
_inherit = 'stock.location.route'
|
||||
_inherit = "stock.location.route"
|
||||
|
||||
name = fields.Char(translate=False)
|
||||
|
||||
Reference in New Issue
Block a user