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(+) 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