From 6ff3a1abae7c0d9db659991811b69d4ad66effb8 Mon Sep 17 00:00:00 2001 From: FIN-IT_AndriFP Date: Tue, 3 Mar 2026 13:37:56 +0700 Subject: (andri) edit date accounting pada journal entries sekaligus via tree --- indoteknik_custom/views/account_move.xml | 42 ++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/account_move.xml b/indoteknik_custom/views/account_move.xml index c5f9580c..4b9f5316 100644 --- a/indoteknik_custom/views/account_move.xml +++ b/indoteknik_custom/views/account_move.xml @@ -218,6 +218,48 @@ action = records.export_faktur_to_xml() + + Set to Draft + + + code + action = records.button_draft() + + + + + + Change Date + + + code + action = records.action_open_change_date_wizard() + + + + account.move.change.date.wizard.form + account.move.change.date.wizard + +
+

Ubah tanggal journal yang dipilih, pastikan untuk memeriksa kembali tanggal yang akan diubah sebelum mengkonfirmasi perubahan.

+ + + +
+
+
+
+
+ sync.promise.date.wizard.form sync.promise.date.wizard -- cgit v1.2.3 From 699450dad70ee7281a5c6d9c6473953dbd227447 Mon Sep 17 00:00:00 2001 From: FIN-IT_AndriFP Date: Wed, 4 Mar 2026 08:56:42 +0700 Subject: tambah filter analytics account di general ledger --- indoteknik_custom/views/account_move_line.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/account_move_line.xml b/indoteknik_custom/views/account_move_line.xml index 346494f3..cb6f6690 100644 --- a/indoteknik_custom/views/account_move_line.xml +++ b/indoteknik_custom/views/account_move_line.xml @@ -24,6 +24,19 @@ + + account.move.line.filter.inherit + account.move.line + + + + + + + -- cgit v1.2.3 From 10f80b660ddf5b60c519ed766057d19115031b99 Mon Sep 17 00:00:00 2001 From: FIN-IT_AndriFP Date: Fri, 6 Mar 2026 09:56:18 +0700 Subject: (andri) add search by analytics tag --- indoteknik_custom/views/account_move_line.xml | 32 ++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/account_move_line.xml b/indoteknik_custom/views/account_move_line.xml index cb6f6690..1e4b258e 100644 --- a/indoteknik_custom/views/account_move_line.xml +++ b/indoteknik_custom/views/account_move_line.xml @@ -24,17 +24,47 @@ + + account.move.line.tree.grouped.partner.inherit + account.move.line + + + + + + + + account.move.line.filter.inherit account.move.line + + + + -- cgit v1.2.3 From 9995484585402c7b2d0b1a22dc6fe8d309238af8 Mon Sep 17 00:00:00 2001 From: Mqdd Date: Sat, 7 Mar 2026 21:09:27 +0700 Subject: add confirmation in create order altama --- indoteknik_custom/views/purchase_order.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/purchase_order.xml b/indoteknik_custom/views/purchase_order.xml index 9651cdd6..581690a1 100755 --- a/indoteknik_custom/views/purchase_order.xml +++ b/indoteknik_custom/views/purchase_order.xml @@ -51,6 +51,7 @@ string="Create Order Altama" class="oe_highlight" icon="fa-cloud-upload" + confirm="Yakin ingin Membuat PO ini ke Altama?" attrs="{'invisible': [('partner_id', '!=', 5571)]}" />