From 1baaa11159d295684b54104160dbaa96215f9742 Mon Sep 17 00:00:00 2001 From: Mqdd Date: Thu, 18 Dec 2025 11:18:32 +0700 Subject: merge & add tracking button in commission internal --- indoteknik_custom/views/advance_payment_settlement.xml | 7 +++++-- indoteknik_custom/views/commission_internal.xml | 1 + 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/advance_payment_settlement.xml b/indoteknik_custom/views/advance_payment_settlement.xml index a77baffe..c2b6a26f 100644 --- a/indoteknik_custom/views/advance_payment_settlement.xml +++ b/indoteknik_custom/views/advance_payment_settlement.xml @@ -163,10 +163,13 @@ - - + + + + + diff --git a/indoteknik_custom/views/commission_internal.xml b/indoteknik_custom/views/commission_internal.xml index 2f3db5b0..d84eb4b8 100644 --- a/indoteknik_custom/views/commission_internal.xml +++ b/indoteknik_custom/views/commission_internal.xml @@ -108,6 +108,7 @@ + -- cgit v1.2.3 From 739efe5bbcce20b3fdb524d9045a310ffa84c0f1 Mon Sep 17 00:00:00 2001 From: Mqdd Date: Tue, 23 Dec 2025 10:59:19 +0700 Subject: action seen purchasing job --- indoteknik_custom/views/purchasing_job.xml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/purchasing_job.xml b/indoteknik_custom/views/purchasing_job.xml index 2466e7be..6b8baa53 100644 --- a/indoteknik_custom/views/purchasing_job.xml +++ b/indoteknik_custom/views/purchasing_job.xml @@ -98,6 +98,15 @@ action = records.open_form_multi_generate_request_po() + + Seen Selected Job + + + form,list + code + action = records._set_as_seen() + + - \ No newline at end of file + -- cgit v1.2.3 From 7b7e6e99fa88804a931125b500d02ac23082147c Mon Sep 17 00:00:00 2001 From: FIN-IT_AndriFP Date: Wed, 7 Jan 2026 12:44:00 +0700 Subject: (andri) add cancel PUM reimburse --- .../views/advance_payment_request.xml | 35 ++++++++++++++++++++++ 1 file changed, 35 insertions(+) (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/advance_payment_request.xml b/indoteknik_custom/views/advance_payment_request.xml index dd6370c7..5abcf996 100644 --- a/indoteknik_custom/views/advance_payment_request.xml +++ b/indoteknik_custom/views/advance_payment_request.xml @@ -44,6 +44,11 @@ ('is_cab_visible', '=', True), ('type_request', '!=', 'reimburse') ]}"/> +