[IMP] pre-commit: first run on whole repo
This commit is contained in:
@@ -2,10 +2,10 @@
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||
# @author Alexis de Lattre <alexis.delattre@akretion.com>
|
||||
|
||||
from odoo import models, fields
|
||||
from odoo import fields, models
|
||||
|
||||
|
||||
class SaleOrder(models.Model):
|
||||
_inherit = 'sale.order'
|
||||
_inherit = "sale.order"
|
||||
|
||||
quotation_title = fields.Char(string="Quotation Title")
|
||||
|
||||
Reference in New Issue
Block a user