From 3751379f1e9a4c215fb6eb898b4ccc67659b9ace Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Tue, 10 May 2022 21:51:50 +0700 Subject: initial commit 2 --- .../report/mailing_trace_report_views.xml | 63 ++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 addons/mass_mailing_sms/report/mailing_trace_report_views.xml (limited to 'addons/mass_mailing_sms/report') diff --git a/addons/mass_mailing_sms/report/mailing_trace_report_views.xml b/addons/mass_mailing_sms/report/mailing_trace_report_views.xml new file mode 100644 index 00000000..84684aca --- /dev/null +++ b/addons/mass_mailing_sms/report/mailing_trace_report_views.xml @@ -0,0 +1,63 @@ + + + + mailing.sms.trace.report.view.pivot + mailing.trace.report + + + primary + pivot + + + 1 + + + + + + mailing.sms.trace.report.view.graph + mailing.trace.report + + + primary + graph + + + 1 + + + + + + + SMS Marketing Analysis + mailing.trace.report + graph,pivot + [('mailing_type', '=', 'sms')] + +

+ SMS Marketing Statistics allows you to check different mailing related information like number of sent SMS or bounced SMS. + You can sort out your analysis by different groups to get accurate grained analysis. +

+
+
+ + + 0 + graph + + + + + + 1 + pivot + + + + + + + + +
-- cgit v1.2.3