From 2da83fccfee9a11b7f8b3e5d1fe798e21fa230f5 Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Fri, 2 Aug 2024 13:47:16 +0700 Subject: deactivate scheduled action user cart --- indoteknik_custom/views/website_user_cart.xml | 1 - 1 file changed, 1 deletion(-) (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/website_user_cart.xml b/indoteknik_custom/views/website_user_cart.xml index 818284e2..11573121 100755 --- a/indoteknik_custom/views/website_user_cart.xml +++ b/indoteknik_custom/views/website_user_cart.xml @@ -62,7 +62,6 @@ model.action_mail_reminder_to_checkout() code 75 - True -- cgit v1.2.3 From 13e91e0f7d9132a3d6dfa53f898db2ca08ee089b Mon Sep 17 00:00:00 2001 From: trisusilo48 Date: Mon, 12 Aug 2024 15:42:20 +0700 Subject: add required --- indoteknik_custom/views/res_partner.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/res_partner.xml b/indoteknik_custom/views/res_partner.xml index b928b046..8bacd2d2 100644 --- a/indoteknik_custom/views/res_partner.xml +++ b/indoteknik_custom/views/res_partner.xml @@ -27,7 +27,7 @@ - + -- cgit v1.2.3 From 7772fcd29c37b03ba0b23c233aa8e030a82a0d81 Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Tue, 13 Aug 2024 14:08:29 +0700 Subject: approval date doc --- indoteknik_custom/views/approval_date_doc.xml | 61 +++++++++++++++++++++++++++ indoteknik_custom/views/ir_sequence.xml | 10 +++++ 2 files changed, 71 insertions(+) create mode 100644 indoteknik_custom/views/approval_date_doc.xml (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/approval_date_doc.xml b/indoteknik_custom/views/approval_date_doc.xml new file mode 100644 index 00000000..d6a70763 --- /dev/null +++ b/indoteknik_custom/views/approval_date_doc.xml @@ -0,0 +1,61 @@ + + + + approval.date.doc.tree + approval.date.doc + + + + + + + + + + + + + + + approval.date.doc.form + approval.date.doc + +
+
+
+ + + + + + + + + + + + + +
+
+
+ + + Approval Date Doc + ir.actions.act_window + approval.date.doc + tree,form + + + + +
\ No newline at end of file diff --git a/indoteknik_custom/views/ir_sequence.xml b/indoteknik_custom/views/ir_sequence.xml index b4fb5c0c..b2768c71 100644 --- a/indoteknik_custom/views/ir_sequence.xml +++ b/indoteknik_custom/views/ir_sequence.xml @@ -11,6 +11,16 @@ 1
+ + Approval Date Doc + approval.date.doc + TRUE + ADD/%(year)s/ + 5 + 1 + 1 + + Logbook SJ report.logbook.sj -- cgit v1.2.3 From 8eaffe2f3590e52b90835fada67460e119032dee Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Tue, 13 Aug 2024 14:08:54 +0700 Subject: approval date doc --- indoteknik_custom/views/stock_picking.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/stock_picking.xml b/indoteknik_custom/views/stock_picking.xml index 7567dda2..a58f3003 100644 --- a/indoteknik_custom/views/stock_picking.xml +++ b/indoteknik_custom/views/stock_picking.xml @@ -71,7 +71,8 @@ - + + - + -- cgit v1.2.3 From 844cfbdf7a961dddb8c6c0b63f1dcaf72bc84f51 Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Wed, 14 Aug 2024 09:44:48 +0700 Subject: arrival_time do --- indoteknik_custom/views/res_partner.xml | 9 +++++++++ indoteknik_custom/views/stock_picking.xml | 3 +++ 2 files changed, 12 insertions(+) (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/res_partner.xml b/indoteknik_custom/views/res_partner.xml index 8bacd2d2..bfac1eb3 100644 --- a/indoteknik_custom/views/res_partner.xml +++ b/indoteknik_custom/views/res_partner.xml @@ -26,6 +26,15 @@ + + 1 + + + 1 + + + 1 + diff --git a/indoteknik_custom/views/stock_picking.xml b/indoteknik_custom/views/stock_picking.xml index a58f3003..899d29eb 100644 --- a/indoteknik_custom/views/stock_picking.xml +++ b/indoteknik_custom/views/stock_picking.xml @@ -68,6 +68,9 @@ + + + -- cgit v1.2.3