From b7f8da0c3e921c7567e5639e9c18ac04255eaba7 Mon Sep 17 00:00:00 2001 From: Mqdd Date: Sat, 22 Nov 2025 23:47:40 +0700 Subject: cannot create partner from account move line (journal entries) --- indoteknik_custom/views/account_move.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/account_move.xml b/indoteknik_custom/views/account_move.xml index c5f9580c..d54b0f29 100644 --- a/indoteknik_custom/views/account_move.xml +++ b/indoteknik_custom/views/account_move.xml @@ -133,6 +133,11 @@ decoration-warning="payment_difficulty in ('agak_sulit', 'sulit')" decoration-danger="payment_difficulty == 'bermasalah'" optional="hide"/> + + + {'no_create':True} + + -- cgit v1.2.3 From d976fa7ad6f65c5e8a5c751283fa8b865a71e55f Mon Sep 17 00:00:00 2001 From: Mqdd Date: Sun, 23 Nov 2025 00:09:04 +0700 Subject: Balikin --- indoteknik_custom/views/account_move.xml | 5 ----- 1 file changed, 5 deletions(-) (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/account_move.xml b/indoteknik_custom/views/account_move.xml index d54b0f29..c5f9580c 100644 --- a/indoteknik_custom/views/account_move.xml +++ b/indoteknik_custom/views/account_move.xml @@ -133,11 +133,6 @@ decoration-warning="payment_difficulty in ('agak_sulit', 'sulit')" decoration-danger="payment_difficulty == 'bermasalah'" optional="hide"/> - - - {'no_create':True} - - -- cgit v1.2.3 From 091c60f65e7fa2f6c950535bb61e505014c90bce Mon Sep 17 00:00:00 2001 From: Mqdd Date: Sun, 23 Nov 2025 00:09:30 +0700 Subject: cannot create partner id from journal entries --- indoteknik_custom/views/account_move_line.xml | 3 +++ 1 file changed, 3 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 3a20388e..cb24a0f0 100644 --- a/indoteknik_custom/views/account_move_line.xml +++ b/indoteknik_custom/views/account_move_line.xml @@ -16,6 +16,9 @@ {'no_create': True} + + {'no_create': True, 'no_open': True} + -- cgit v1.2.3 From 5f4f209e9f04dfc196ef7a8cbc765fad219b15bd Mon Sep 17 00:00:00 2001 From: FIN-IT_AndriFP Date: Mon, 24 Nov 2025 13:34:27 +0700 Subject: (andri) add handle widget line tree form realisasi PUM & Reimburse --- indoteknik_custom/views/advance_payment_request.xml | 1 + indoteknik_custom/views/advance_payment_settlement.xml | 1 + 2 files changed, 2 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 4e73bb28..60042554 100644 --- a/indoteknik_custom/views/advance_payment_request.xml +++ b/indoteknik_custom/views/advance_payment_request.xml @@ -130,6 +130,7 @@ + diff --git a/indoteknik_custom/views/advance_payment_settlement.xml b/indoteknik_custom/views/advance_payment_settlement.xml index 050e3933..a77baffe 100644 --- a/indoteknik_custom/views/advance_payment_settlement.xml +++ b/indoteknik_custom/views/advance_payment_settlement.xml @@ -74,6 +74,7 @@ + -- cgit v1.2.3 From 61aabd2a7be015a19d9a16d8e160f5a3c3c6efaf Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Mon, 24 Nov 2025 15:09:25 +0700 Subject: add salesperson on due extension line --- indoteknik_custom/views/account_move_views.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/account_move_views.xml b/indoteknik_custom/views/account_move_views.xml index 08b93f1f..b226460c 100644 --- a/indoteknik_custom/views/account_move_views.xml +++ b/indoteknik_custom/views/account_move_views.xml @@ -30,7 +30,7 @@ - + -- cgit v1.2.3