From 48e5f880d0587964c15c88827ba21cf932928a44 Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Mon, 9 Oct 2023 15:05:17 +0700 Subject: add field date_completed on account_move and sort default_order by date_order asc --- indoteknik_custom/views/account_move.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'indoteknik_custom/views/account_move.xml') diff --git a/indoteknik_custom/views/account_move.xml b/indoteknik_custom/views/account_move.xml index c45dab25..2aeffc83 100644 --- a/indoteknik_custom/views/account_move.xml +++ b/indoteknik_custom/views/account_move.xml @@ -13,6 +13,9 @@ + + + @@ -28,7 +31,7 @@ - + -- cgit v1.2.3 From 91d393eb699188b536c3c44d4460f6fed9596d3b Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Thu, 19 Oct 2023 11:34:36 +0700 Subject: Update due date by payment schedule on bill view --- indoteknik_custom/views/account_move.xml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'indoteknik_custom/views/account_move.xml') diff --git a/indoteknik_custom/views/account_move.xml b/indoteknik_custom/views/account_move.xml index 2aeffc83..1721abb6 100644 --- a/indoteknik_custom/views/account_move.xml +++ b/indoteknik_custom/views/account_move.xml @@ -73,8 +73,12 @@ account.move - - + + + + + + 1 -- cgit v1.2.3