From 66579ea9e7ac7e10cf1593e87669f36bc6f6d8c8 Mon Sep 17 00:00:00 2001 From: IT Fixcomart Date: Tue, 16 Aug 2022 09:48:12 +0700 Subject: Restructure sale.monitoring and sale.monitoring.detail & Create view --- indoteknik_custom/views/sale_monitoring.xml | 41 +++++++--- indoteknik_custom/views/sale_monitoring_detail.xml | 89 ++++++++++++++++++++++ 2 files changed, 119 insertions(+), 11 deletions(-) create mode 100755 indoteknik_custom/views/sale_monitoring_detail.xml (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/sale_monitoring.xml b/indoteknik_custom/views/sale_monitoring.xml index 275fd205..15b55e2e 100755 --- a/indoteknik_custom/views/sale_monitoring.xml +++ b/indoteknik_custom/views/sale_monitoring.xml @@ -7,7 +7,6 @@ - @@ -33,7 +32,6 @@ - + + + + + + diff --git a/indoteknik_custom/views/sale_monitoring_detail.xml b/indoteknik_custom/views/sale_monitoring_detail.xml new file mode 100755 index 00000000..3a3ea787 --- /dev/null +++ b/indoteknik_custom/views/sale_monitoring_detail.xml @@ -0,0 +1,89 @@ + + + + sale.monitoring.detail.tree + sale.monitoring.detail + + + + + + + + + + + + + + + + + sale.monitoring.detail.form + sale.monitoring.detail + +
+ + + + + + + + + + + + + + + + +
+
+
+ + + Sale Monitoring Detail + ir.actions.act_window + sale.monitoring.detail + tree,form + + + + + + + + +
\ No newline at end of file -- cgit v1.2.3