From 93f85a378d6a8ea5b04a4320346a1a8decd01514 Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Thu, 6 Jul 2023 13:22:29 +0700 Subject: Add views airway bill --- indoteknik_custom/views/airway_bill.xml | 48 +++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 indoteknik_custom/views/airway_bill.xml (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/airway_bill.xml b/indoteknik_custom/views/airway_bill.xml new file mode 100644 index 00000000..5f6e700a --- /dev/null +++ b/indoteknik_custom/views/airway_bill.xml @@ -0,0 +1,48 @@ + + + + airway.bill.tree + airway.bill + + + + + + + + + + + + airway.bill.form + airway.bill + +
+ + + + + + + + + + + +
+
+
+ + + Airway Bill + ir.actions.act_window + airway.bill + tree,form + + + +
\ No newline at end of file -- cgit v1.2.3 From 444e0b38349a33c9bd007e262eb8cb7f4c39f61d Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Thu, 6 Jul 2023 16:35:21 +0700 Subject: add line to airway bill --- indoteknik_custom/views/airway_bill.xml | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/airway_bill.xml b/indoteknik_custom/views/airway_bill.xml index 5f6e700a..99f80d7b 100644 --- a/indoteknik_custom/views/airway_bill.xml +++ b/indoteknik_custom/views/airway_bill.xml @@ -25,9 +25,27 @@ - + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3 From a07c0242de1c79f3ea0add3ee6b51e2cbf4982b6 Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Fri, 7 Jul 2023 08:49:23 +0700 Subject: compute field airway bill --- indoteknik_custom/views/airway_bill.xml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/airway_bill.xml b/indoteknik_custom/views/airway_bill.xml index 99f80d7b..2107bdd7 100644 --- a/indoteknik_custom/views/airway_bill.xml +++ b/indoteknik_custom/views/airway_bill.xml @@ -42,9 +42,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3 From 93146912c0f157edb4d4f08b4b17871277bb9677 Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Tue, 18 Jul 2023 10:51:31 +0700 Subject: Add cron xml airway bill and update model, api --- indoteknik_custom/views/airway_bill.xml | 47 +++++++++++++++++++++------------ 1 file changed, 30 insertions(+), 17 deletions(-) (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/airway_bill.xml b/indoteknik_custom/views/airway_bill.xml index 2107bdd7..4f4519db 100644 --- a/indoteknik_custom/views/airway_bill.xml +++ b/indoteknik_custom/views/airway_bill.xml @@ -41,31 +41,31 @@ - - - - - - - + + + + + + + - - - - - - - + + + + + + + - - - + + + @@ -82,6 +82,19 @@ tree,form + + Airway Bill: Generate + 1 + days + -1 + + + model._generate() + code + 75 + True + + Date: Fri, 28 Jul 2023 11:31:16 +0700 Subject: Refactor airway bill model and views --- indoteknik_custom/views/airway_bill.xml | 28 +++++++++++++++------------- 1 file changed, 15 insertions(+), 13 deletions(-) (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/airway_bill.xml b/indoteknik_custom/views/airway_bill.xml index 4f4519db..bbfd3991 100644 --- a/indoteknik_custom/views/airway_bill.xml +++ b/indoteknik_custom/views/airway_bill.xml @@ -40,24 +40,26 @@ - - - - - + + - - - + + + - - + + + + + + + @@ -82,14 +84,14 @@ tree,form - - Airway Bill: Generate + + Airway Bill: Fetch 1 days -1 - model._generate() + model._fetch() code 75 True -- cgit v1.2.3