From 035dfcb4aa9d2a0a18906f62c57e8571b9e8ddd8 Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Thu, 14 Dec 2023 14:23:31 +0700 Subject: change type data partner_id from many2one to many2many --- indoteknik_custom/views/customer_commision.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/customer_commision.xml b/indoteknik_custom/views/customer_commision.xml index 993521ca..88fe1cf1 100644 --- a/indoteknik_custom/views/customer_commision.xml +++ b/indoteknik_custom/views/customer_commision.xml @@ -8,7 +8,7 @@ - + @@ -48,7 +48,7 @@ - + -- cgit v1.2.3 From 1829416edc7b2a8f6ab82cc8a0f7cdd0d07f2fbe Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Fri, 15 Dec 2023 08:34:03 +0700 Subject: mark upload efaktur & validate email sale order --- indoteknik_custom/views/account_move.xml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/account_move.xml b/indoteknik_custom/views/account_move.xml index b0a206bf..973bfc01 100644 --- a/indoteknik_custom/views/account_move.xml +++ b/indoteknik_custom/views/account_move.xml @@ -56,6 +56,9 @@ + -- cgit v1.2.3 From cd2844a0ed01d85c0a5f917ea611e787a664ce7e Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Fri, 15 Dec 2023 08:52:02 +0700 Subject: add optional hide on field mark_upload_efaktur --- indoteknik_custom/views/account_move.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/account_move.xml b/indoteknik_custom/views/account_move.xml index 973bfc01..7995b83b 100644 --- a/indoteknik_custom/views/account_move.xml +++ b/indoteknik_custom/views/account_move.xml @@ -56,7 +56,7 @@ - -- cgit v1.2.3