[MIG] sale_quotation_title to v14

This commit is contained in:
Alexis de Lattre
2022-11-07 12:41:08 +01:00
parent 553f05c58f
commit d0b315f648
3 changed files with 9 additions and 9 deletions

View File

@@ -1,11 +1,11 @@
# Copyright 2016-2019 Akretion (http://www.akretion.com)
# Copyright 2016-2022 Akretion (http://www.akretion.com)
# 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'
quotation_title = fields.Char(string="Quotation Title")
quotation_title = fields.Char()