summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstephanchrst <stephanchrst@gmail.com>2023-12-07 14:16:46 +0700
committerstephanchrst <stephanchrst@gmail.com>2023-12-07 14:16:46 +0700
commit46feda7156435e96faf0ff0c6c5297b8d3355375 (patch)
tree2e072fa77e5751ed572cc210643ea5fd2ff67763
parent29577f0e4a62a3ff74baa7a7a28c1b978d80942b (diff)
change naming of is ltc
-rwxr-xr-xindoteknik_custom/models/purchase_order_line.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/models/purchase_order_line.py b/indoteknik_custom/models/purchase_order_line.py
index b2bfc7cd..c6ef2aab 100755
--- a/indoteknik_custom/models/purchase_order_line.py
+++ b/indoteknik_custom/models/purchase_order_line.py
@@ -31,7 +31,7 @@ class PurchaseOrderLine(models.Model):
price_vendor = fields.Float(string='Price Vendor', compute='compute_price_vendor')
so_line_id = fields.Many2one('sale.order.line', string='ID SO Line')
indent = fields.Boolean(string='Indent', help='centang ini jika barang indent')
- is_ltc = fields.Boolean(string='Is LTC?', help='centang ini jika barang sudah di LTC')
+ is_ltc = fields.Boolean(string='Sudah di LTC', help='centang ini jika barang sudah di LTC')
note = fields.Char(string='Note')
def compute_price_vendor(self):