diff options
| author | Miqdad <ahmadmiqdad27@gmail.com> | 2025-07-28 08:46:21 +0700 |
|---|---|---|
| committer | Miqdad <ahmadmiqdad27@gmail.com> | 2025-07-28 08:46:21 +0700 |
| commit | e2c727fc2d1a2c9c3601368df7d4701d9b71fb82 (patch) | |
| tree | ae3f30ce11d9147dab1dbd91c6de87a5fe1e24ea | |
| parent | d1911795581a7528aef706fd0f26ea7e9b8014c2 (diff) | |
<miqdad> done(?)
| -rw-r--r-- | indoteknik_custom/models/sale_order_line.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/models/sale_order_line.py b/indoteknik_custom/models/sale_order_line.py index ff2e9009..428e1a9c 100644 --- a/indoteknik_custom/models/sale_order_line.py +++ b/indoteknik_custom/models/sale_order_line.py @@ -53,7 +53,7 @@ class SaleOrderLine(models.Model): qty_free_bu = fields.Float(string='Free BU', compute='_get_qty_free_bandengan') desc_updatable = fields.Boolean(string='desc boolean', default=True, compute='_get_desc_updatable') - is_has_disc = fields.Boolean('FlashSale Item', default=False) + is_has_disc = fields.Boolean('Website Disc?', default=False) def _get_outgoing_incoming_moves(self): |
