From 3751379f1e9a4c215fb6eb898b4ccc67659b9ace Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Tue, 10 May 2022 21:51:50 +0700 Subject: initial commit 2 --- addons/mass_mailing_crm/data/mass_mailing_demo.xml | 78 ++++++++++++++++++++++ 1 file changed, 78 insertions(+) create mode 100644 addons/mass_mailing_crm/data/mass_mailing_demo.xml (limited to 'addons/mass_mailing_crm/data') diff --git a/addons/mass_mailing_crm/data/mass_mailing_demo.xml b/addons/mass_mailing_crm/data/mass_mailing_demo.xml new file mode 100644 index 00000000..41dcaf2d --- /dev/null +++ b/addons/mass_mailing_crm/data/mass_mailing_demo.xml @@ -0,0 +1,78 @@ + + + + + Lead Recall + We want to hear from you ! + in_queue + + + + + + [] + email + ${object.company_id.email} + + + + +
+ + + + + + + + + + + + + + + +
+ + + +
+ Hello
+ + ${object.name} + +
+ ${object.company_id.name} +
+
+
+
+

Dear ${object.name}

+

Great stories have personality. Consider telling a great story that provides personality. Writing a story with personality for potential clients will assist with making a relationship connection. This shows up in small quirks like word choices or phrases. Write from your point of view, not from someone else's experience.

+

Great stories are for everyone even when only written for just one person. If you try to write with a wide general audience in mind, your story will ring false and be bland. No one will be interested. Write for one person. If it’s genuine for the one, it’s genuine for the rest.

+
+
+ ${object.company_id.name}
+
+ ${object.company_id.phone} + % if object.company_id.email + | + + ${object.company_id.email} + + % endif + % if object.company_id.website + | + + ${object.company_id.website} + + % endif +
+
+
+ Powered by Odoo +
+
+
+
-- cgit v1.2.3