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/__manifest__.py | 1 + indoteknik_custom/views/airway_bill.xml | 48 +++++++++++++++++++++++++++++++++ 2 files changed, 49 insertions(+) create mode 100644 indoteknik_custom/views/airway_bill.xml diff --git a/indoteknik_custom/__manifest__.py b/indoteknik_custom/__manifest__.py index 79f6e195..a8b65ec4 100755 --- a/indoteknik_custom/__manifest__.py +++ b/indoteknik_custom/__manifest__.py @@ -77,6 +77,7 @@ 'views/brand_vendor.xml', 'views/requisition.xml', 'views/landedcost.xml', + 'views/airway_bill.xml', 'report/report.xml', 'report/report_banner_banner.xml', 'report/report_banner_banner2.xml', 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