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