From e2e755caeb00b12f469841a9b17db135790cbd32 Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Tue, 21 Feb 2023 13:35:14 +0700 Subject: add cron for parsing midtrans notification --- indoteknik_custom/views/midtrans.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 indoteknik_custom/views/midtrans.xml (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/midtrans.xml b/indoteknik_custom/views/midtrans.xml new file mode 100644 index 00000000..487e7b7e --- /dev/null +++ b/indoteknik_custom/views/midtrans.xml @@ -0,0 +1,14 @@ + + + + Midtrans: Parsing Notification + 17 + minutes + -1 + + + model._parse_notification() + code + 29 + + -- cgit v1.2.3 From 644093559480ed41b53de9f265f1ad508f8cae79 Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Tue, 21 Feb 2023 13:51:27 +0700 Subject: add midtrans info in sale order form --- indoteknik_custom/views/sale_order.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/sale_order.xml b/indoteknik_custom/views/sale_order.xml index ff684451..d6df24a0 100755 --- a/indoteknik_custom/views/sale_order.xml +++ b/indoteknik_custom/views/sale_order.xml @@ -69,13 +69,18 @@ - + + + + + + -- cgit v1.2.3 From 5fdade43dd264f834a52194b22a9d687c4dc6aab Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Wed, 22 Feb 2023 17:08:53 +0700 Subject: user company request and register logic --- indoteknik_custom/views/user_company_request.xml | 49 ++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 indoteknik_custom/views/user_company_request.xml (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/user_company_request.xml b/indoteknik_custom/views/user_company_request.xml new file mode 100644 index 00000000..a44a48e0 --- /dev/null +++ b/indoteknik_custom/views/user_company_request.xml @@ -0,0 +1,49 @@ + + + + user.company.request.tree + user.company.request + + + + + + + + + + + + user.company.request.form + user.company.request + +
+ + + + + + + + + + +
+
+
+ + + User Company Request + ir.actions.act_window + user.company.request + tree,form + + + +
\ No newline at end of file -- cgit v1.2.3 From 5c9214c1c846e61c5356e1b19341b070c2303198 Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Thu, 23 Feb 2023 10:39:40 +0700 Subject: partner company type and edit partner data --- indoteknik_custom/views/res_partner.xml | 3 ++ .../views/res_partner_company_type.xml | 43 ++++++++++++++++++++++ indoteknik_custom/views/user_company_request.xml | 2 +- 3 files changed, 47 insertions(+), 1 deletion(-) create mode 100644 indoteknik_custom/views/res_partner_company_type.xml (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/res_partner.xml b/indoteknik_custom/views/res_partner.xml index 673718c4..47f41ab2 100644 --- a/indoteknik_custom/views/res_partner.xml +++ b/indoteknik_custom/views/res_partner.xml @@ -9,6 +9,9 @@ + + + diff --git a/indoteknik_custom/views/res_partner_company_type.xml b/indoteknik_custom/views/res_partner_company_type.xml new file mode 100644 index 00000000..ed21c1c9 --- /dev/null +++ b/indoteknik_custom/views/res_partner_company_type.xml @@ -0,0 +1,43 @@ + + + + res.partner.company_type.tree + res.partner.company_type + + + + + + + + + res.partner.company_type.form + res.partner.company_type + +
+ + + + + + + +
+
+
+ + + Company Type + ir.actions.act_window + res.partner.company_type + tree,form + + + +
\ No newline at end of file diff --git a/indoteknik_custom/views/user_company_request.xml b/indoteknik_custom/views/user_company_request.xml index a44a48e0..0b787683 100644 --- a/indoteknik_custom/views/user_company_request.xml +++ b/indoteknik_custom/views/user_company_request.xml @@ -43,7 +43,7 @@ id="menu_user_company_request" name="User Company Request" parent="contacts.menu_contacts" - sequence="5" + sequence="3" action="action_user_company_request" /> \ No newline at end of file -- cgit v1.2.3 From b94e4ff577c023d0ce1717c01c6080efc988acb7 Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Thu, 23 Feb 2023 10:44:53 +0700 Subject: change scheduled action to automated action for parsing midtrans --- indoteknik_custom/views/midtrans.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/midtrans.xml b/indoteknik_custom/views/midtrans.xml index 487e7b7e..1773b9fd 100644 --- a/indoteknik_custom/views/midtrans.xml +++ b/indoteknik_custom/views/midtrans.xml @@ -9,6 +9,7 @@ model._parse_notification() code - 29 + 100 + False -- cgit v1.2.3 From 029e8fce907060de2a2514b5abc731f4cd9da96e Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Fri, 24 Feb 2023 15:44:15 +0700 Subject: User company request approve and reject action --- indoteknik_custom/views/user_company_request.xml | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/user_company_request.xml b/indoteknik_custom/views/user_company_request.xml index 0b787683..2efc1e9b 100644 --- a/indoteknik_custom/views/user_company_request.xml +++ b/indoteknik_custom/views/user_company_request.xml @@ -4,11 +4,17 @@ user.company.request.tree user.company.request - + - + + @@ -24,7 +30,12 @@ - + -- cgit v1.2.3