From 3751379f1e9a4c215fb6eb898b4ccc67659b9ace Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Tue, 10 May 2022 21:51:50 +0700 Subject: initial commit 2 --- .../mass_mailing/views/mailing_mailing_views.xml | 487 +++++++++++++++++++++ 1 file changed, 487 insertions(+) create mode 100644 addons/mass_mailing/views/mailing_mailing_views.xml (limited to 'addons/mass_mailing/views/mailing_mailing_views.xml') diff --git a/addons/mass_mailing/views/mailing_mailing_views.xml b/addons/mass_mailing/views/mailing_mailing_views.xml new file mode 100644 index 00000000..16d1c56d --- /dev/null +++ b/addons/mass_mailing/views/mailing_mailing_views.xml @@ -0,0 +1,487 @@ + + + + + mailing.mailing.search + mailing.mailing + + + + + + + + + + + + + + + + + + + + + mailing.mailing.tree + mailing.mailing + 10 + + + + + + + + + + + + + + + + + + + + + + mailing.mailing.form + mailing.mailing + +
+
+
+ + + +
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+
+
+
+ + + mailing.mailing.kanban + mailing.mailing + + + + + + + + + + + + + + + + + +
+ +
+
+
+
+

+ +

+
+
+
+
+

+ +

+ +
+
+ +
+
+
+
+
+
+ / Delivered to + + + Mailing Contact +
+
+
+ % Opened +
+
+ % Replied +
+
+ % Clicks +
+
+
+
+
+
+ + + + + + + + + + + + Mailing Contact + + + + Next Batch + +
+
+ +
+
+
+ + + + + + + + mailing.mailing.graph + mailing.mailing + + + + + + + + + Mailings + mailing.mailing + kanban,tree,form,graph + [('mailing_type', '=', 'mail')] + { + 'search_default_assigned_to_me': 1, + 'default_user_id': uid, + 'default_mailing_type': 'mail', + } + +

+ Create a new mailing +

+ You don't need to import your mailing lists, you can easily + send emails
to any contact saved in other Odoo apps. +

+
+
+ + + Mailings + mailing.mailing + kanban,tree,form + { + 'search_default_assigned_to_me': 1, + 'search_default_campaign_id': [active_id], + 'default_campaign_id': active_id, + 'default_user_id': uid, + } + + [('mailing_type', '=', 'mail')] + +

+ Create a new mailing +

+ You don't need to import your mailing lists, you can easily + send emails
to any contact saved in other Odoo apps. +

+
+
+ + + Mailings + mailing.mailing + form,kanban,tree + { + 'search_default_assigned_to_me': 1, + 'search_default_campaign_id': [active_id], + 'default_campaign_id': active_id, + 'default_user_id': uid, + } + + +

+ Create a new mailing +

+ You don't need to import your mailing lists, you can easily + send emails
to any contact saved in other Odoo apps. +

+
+
+ + + + -- cgit v1.2.3