summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiqdad <ahmadmiqdad27@gmail.com>2025-07-28 11:05:50 +0700
committerMiqdad <ahmadmiqdad27@gmail.com>2025-07-28 11:05:50 +0700
commitd5eb5c9139f016498cc70d6f241b8597b0b4b06b (patch)
treee9a7c403ab4942f377613e3eaf5d32ba0c2a0178
parente2ca4dc290a4eb0b435769cc3976bfebab7ea8d5 (diff)
<miqdad> push
-rw-r--r--indoteknik_custom/models/sale_order_line.py2
-rwxr-xr-xindoteknik_custom/views/sale_order.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/indoteknik_custom/models/sale_order_line.py b/indoteknik_custom/models/sale_order_line.py
index 428e1a9c..64b9f9bc 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('Website Disc?', default=False)
+ is_has_disc = fields.Boolean('Flash Sale', default=False)
def _get_outgoing_incoming_moves(self):
diff --git a/indoteknik_custom/views/sale_order.xml b/indoteknik_custom/views/sale_order.xml
index c166ecad..79ac3ed9 100755
--- a/indoteknik_custom/views/sale_order.xml
+++ b/indoteknik_custom/views/sale_order.xml
@@ -292,7 +292,7 @@
<field name="weight" optional="hide"/>
<field name="amount_voucher_disc" string="Voucher" readonly="1" optional="hide"/>
<field name="order_promotion_id" string="Promotion" readonly="1" optional="hide"/>
- <field name="is_has_disc" string="FlashSale Item" readonly="1" optional="hide"/>
+ <field name="is_has_disc" string="Flash Sale Item?" readonly="1" optional="hide"/>
</xpath>
<xpath
expr="//form/sheet/notebook/page/field[@name='order_line']/tree/field[@name='product_id']"