diff options
| author | Miqdad <ahmadmiqdad27@gmail.com> | 2025-07-10 14:14:06 +0700 |
|---|---|---|
| committer | Miqdad <ahmadmiqdad27@gmail.com> | 2025-07-10 14:14:06 +0700 |
| commit | d42597543c17a72173d50aa66939c0f3ab776363 (patch) | |
| tree | 4bb8464ee79f2a7c49af1e822b3cbdd74a111223 | |
| parent | d5a9aa70794de3604a1db9fdcb5f6952afa4a52b (diff) | |
<miqdad> sort dunning run based on invoice num
| -rw-r--r-- | indoteknik_custom/models/sale_order_line.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indoteknik_custom/models/sale_order_line.py b/indoteknik_custom/models/sale_order_line.py index c4b5381a..2a0160e8 100644 --- a/indoteknik_custom/models/sale_order_line.py +++ b/indoteknik_custom/models/sale_order_line.py @@ -6,8 +6,6 @@ from datetime import datetime, timedelta class SaleOrderLine(models.Model): _inherit = 'sale.order.line' - hold_item = fields.Boolean('Hold?', default=False) - item_margin = fields.Float('Margin', compute='compute_item_margin', help="Total Margin in Sales Order Header") item_before_margin = fields.Float('Before Margin', compute='compute_item_before_margin', help="Total Margin in Sales Order Header") |
