From c420bd4e418b2f646e1b3116bdb31e4ff07bf448 Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Thu, 24 Aug 2023 11:28:05 +0700 Subject: Add estimated arrival days field and estimated time arrival API response --- indoteknik_custom/views/sale_order.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/sale_order.xml b/indoteknik_custom/views/sale_order.xml index d2a59621..032156cf 100755 --- a/indoteknik_custom/views/sale_order.xml +++ b/indoteknik_custom/views/sale_order.xml @@ -93,6 +93,7 @@ + -- cgit v1.2.3 From 61c89397e839f546c796a596a1fbbc840aa85311 Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Mon, 28 Aug 2023 15:04:51 +0700 Subject: Validate Data Product & Purchase Pricelist --- indoteknik_custom/views/purchase_pricelist.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/purchase_pricelist.xml b/indoteknik_custom/views/purchase_pricelist.xml index f9fd52ba..5c63676d 100755 --- a/indoteknik_custom/views/purchase_pricelist.xml +++ b/indoteknik_custom/views/purchase_pricelist.xml @@ -19,7 +19,7 @@ purchase.pricelist.form purchase.pricelist -
+ -- cgit v1.2.3 From b7dba2d8eed3c2af22dca53a916f12e9b842c2aa Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Thu, 31 Aug 2023 11:51:50 +0700 Subject: coa cost centre --- indoteknik_custom/views/account_account_views.xml | 15 +++++++++ indoteknik_custom/views/account_move_line.xml | 16 +++++++++ indoteknik_custom/views/cost_centre.xml | 41 +++++++++++++++++++++++ 3 files changed, 72 insertions(+) create mode 100644 indoteknik_custom/views/account_account_views.xml create mode 100644 indoteknik_custom/views/account_move_line.xml create mode 100644 indoteknik_custom/views/cost_centre.xml (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/account_account_views.xml b/indoteknik_custom/views/account_account_views.xml new file mode 100644 index 00000000..45d8a19c --- /dev/null +++ b/indoteknik_custom/views/account_account_views.xml @@ -0,0 +1,15 @@ + + + + + account.account.list + account.account + + + + + + + + + \ No newline at end of file diff --git a/indoteknik_custom/views/account_move_line.xml b/indoteknik_custom/views/account_move_line.xml new file mode 100644 index 00000000..f4db8d86 --- /dev/null +++ b/indoteknik_custom/views/account_move_line.xml @@ -0,0 +1,16 @@ + + + + + account.move.form.inherit + account.move + + + + + + + + + + diff --git a/indoteknik_custom/views/cost_centre.xml b/indoteknik_custom/views/cost_centre.xml new file mode 100644 index 00000000..665b0025 --- /dev/null +++ b/indoteknik_custom/views/cost_centre.xml @@ -0,0 +1,41 @@ + + + + cost.centre.tree + cost.centre + + + + + + + + + + cost.centre.form + cost.centre + + + + + + + + + + + + + + + + Cost Centre + ir.actions.act_window + cost.centre + tree,form + + + + \ No newline at end of file -- cgit v1.2.3 From 3f9ee6e5297afbd7aad670eb061c069621af888e Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Thu, 31 Aug 2023 13:40:38 +0700 Subject: refactor validate product --- indoteknik_custom/views/cost_centre.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/cost_centre.xml b/indoteknik_custom/views/cost_centre.xml index 665b0025..3e4d2736 100644 --- a/indoteknik_custom/views/cost_centre.xml +++ b/indoteknik_custom/views/cost_centre.xml @@ -19,7 +19,7 @@ - + -- cgit v1.2.3 From 41e76bb5b668473c8086ba82ea8f405315b8e5ae Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Fri, 1 Sep 2023 10:31:23 +0700 Subject: change cost_centre to analytic_account --- indoteknik_custom/views/account_account_views.xml | 3 ++- indoteknik_custom/views/account_move_line.xml | 6 +++++- 2 files changed, 7 insertions(+), 2 deletions(-) (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/account_account_views.xml b/indoteknik_custom/views/account_account_views.xml index 45d8a19c..20886787 100644 --- a/indoteknik_custom/views/account_account_views.xml +++ b/indoteknik_custom/views/account_account_views.xml @@ -7,7 +7,8 @@ - + + diff --git a/indoteknik_custom/views/account_move_line.xml b/indoteknik_custom/views/account_move_line.xml index f4db8d86..f8d5db05 100644 --- a/indoteknik_custom/views/account_move_line.xml +++ b/indoteknik_custom/views/account_move_line.xml @@ -8,7 +8,11 @@ - + + + + + 1 -- cgit v1.2.3 From a1137c5bb22734eff9585b7b95607983f23d2de9 Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Fri, 1 Sep 2023 14:27:47 +0700 Subject: fix jurnal entries line --- indoteknik_custom/views/account_move_line.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/account_move_line.xml b/indoteknik_custom/views/account_move_line.xml index f8d5db05..99122de3 100644 --- a/indoteknik_custom/views/account_move_line.xml +++ b/indoteknik_custom/views/account_move_line.xml @@ -9,7 +9,7 @@ - + 1 -- cgit v1.2.3 From 513bce9e13dee0453ce24b41a54d3b408e58c7f0 Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Tue, 5 Sep 2023 14:45:18 +0700 Subject: Fix bug solr product variants, add analytic tags to jurnal entries line, remove validation edit di purchase pricelist --- indoteknik_custom/views/account_account_views.xml | 3 +-- indoteknik_custom/views/account_move_line.xml | 6 ++---- 2 files changed, 3 insertions(+), 6 deletions(-) (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/account_account_views.xml b/indoteknik_custom/views/account_account_views.xml index 20886787..875d5a6b 100644 --- a/indoteknik_custom/views/account_account_views.xml +++ b/indoteknik_custom/views/account_account_views.xml @@ -7,8 +7,7 @@ - - + diff --git a/indoteknik_custom/views/account_move_line.xml b/indoteknik_custom/views/account_move_line.xml index 99122de3..5b5f73cd 100644 --- a/indoteknik_custom/views/account_move_line.xml +++ b/indoteknik_custom/views/account_move_line.xml @@ -8,11 +8,9 @@ - - - - 1 + + -- cgit v1.2.3 From c4bf293cd29fab412d38e7590acdc99f2456c0d8 Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Tue, 5 Sep 2023 15:05:06 +0700 Subject: fix purchase pricelist --- indoteknik_custom/views/purchase_pricelist.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/purchase_pricelist.xml b/indoteknik_custom/views/purchase_pricelist.xml index 5c63676d..f9fd52ba 100755 --- a/indoteknik_custom/views/purchase_pricelist.xml +++ b/indoteknik_custom/views/purchase_pricelist.xml @@ -19,7 +19,7 @@ purchase.pricelist.form purchase.pricelist -
+ -- cgit v1.2.3