From dae4a3bf266ba4c19b1ba1d11c52ed9e19259b7c Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Sat, 23 Sep 2023 11:50:20 +0700 Subject: Update promotion program scheme --- indoteknik_custom/models/sale_order_line.py | 1 - 1 file changed, 1 deletion(-) (limited to 'indoteknik_custom/models/sale_order_line.py') diff --git a/indoteknik_custom/models/sale_order_line.py b/indoteknik_custom/models/sale_order_line.py index 4ec48b55..69328325 100644 --- a/indoteknik_custom/models/sale_order_line.py +++ b/indoteknik_custom/models/sale_order_line.py @@ -21,7 +21,6 @@ class SaleOrderLine(models.Model): note_procurement = fields.Char(string='Note', help="Harap diisi jika ada keterangan tambahan dari Procurement, agar dapat dimonitoring") vendor_subtotal = fields.Float(string='Vendor Subtotal', compute="_compute_vendor_subtotal") amount_voucher_disc = fields.Float(string='Voucher Discount') - program_line_id = fields.Many2one('promotion.program.line', 'Program Line') def _compute_vendor_subtotal(self): for line in self: -- cgit v1.2.3