# © 2021 Le Filament () # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). from odoo import api, fields, models class ProductTempleate(models.Model): _inherit = "product.template" is_coupon = fields.Boolean('Est une artilce type coupon')