summaryrefslogtreecommitdiff
path: root/indoteknik_custom/models/advance_payment_request.py
diff options
context:
space:
mode:
authorMqdd <ahmadmiqdad27@gmail.com>2025-12-18 11:18:32 +0700
committerMqdd <ahmadmiqdad27@gmail.com>2025-12-18 11:18:32 +0700
commit1baaa11159d295684b54104160dbaa96215f9742 (patch)
tree9aac26171d1d52db7f4a8a90b2f23e82d3f6fc7e /indoteknik_custom/models/advance_payment_request.py
parentbb48a99ab5b666b858c4bb9d410c698dada7d542 (diff)
<MIqdad> merge & add tracking button in commission internal
Diffstat (limited to 'indoteknik_custom/models/advance_payment_request.py')
-rw-r--r--indoteknik_custom/models/advance_payment_request.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/models/advance_payment_request.py b/indoteknik_custom/models/advance_payment_request.py
index d379eac8..f973a9da 100644
--- a/indoteknik_custom/models/advance_payment_request.py
+++ b/indoteknik_custom/models/advance_payment_request.py
@@ -1072,7 +1072,7 @@ class AdvancePaymentSettlement(models.Model):
], string = "Banyaknya Attachment", default='one_for_one_line')
move_id = fields.Many2one('account.move', string='Journal Entries', domain=[('move_type', '=', 'entry')])
- is_cab_visible = fields.Boolean(string='Is Journal Uang Muka Visible', compute='_compute_is_cab_visible')
+ is_cab_visible = fields.Boolean(string='Status Jurnal', compute='_compute_is_cab_visible')
user_id = fields.Many2one(
'res.users',