summaryrefslogtreecommitdiff
path: root/indoteknik_custom/models/promotion/sale_order_line.py
blob: ba3f55f58ead7710a2e151fd50b4faef96a993a4 (plain)
1
2
3
4
5
6
7
from odoo import fields, models


class SaleOrderLine(models.Model):
    _inherit = 'sale.order.line'

    order_promotion_id = fields.Many2one('sale.order.promotion', 'Order Promotion')