Commit Graph

7 Commits

Author SHA1 Message Date
Baptiste Vergote
871c0ee760
[IMP] mailing: clarification for support question
This is a long term project, following the recurring question we currently face at the support func & tech

Done in the commit:

1/ Modify the references to discuss/advanced/ to match a newly created folder
specific for email communication (more generic and not specifically linked to the discuss app).

2/ Creation of the new folder under 'Practical Information' in the documentation/user (bottom of the page)
that will handle of the mechanism around emails, including (none exhaustive list):

- email_communication/get_helped.rst > A file that is providing reason why the emails might not be properly sent + contact the support and what to tell them. in order to have the quickest and  best answer.

- email_communication/get_started.rst > A small introduction of the content of this section Email communication

- email_communication/advanced/mail_servers.rst > An explanation on how to use an outgoing mail server in Odoo.

- email_communication/advanced/

- ...

task-1925363
2020-09-27 10:51:20 +02:00
KBR
c71d623ef4
[IMP] discuss: documentation updated (#655)
- monitoring.rst + mentions.rst = get_started.rst;
- mail_twitter.rst = deleted (functionality does not exist since V12)
- tracking.rst = project/tasks/collaborate.rst
2020-06-04 08:45:29 +02:00
KBR
f2689641d5
[IMP] improved screenshots on email_marketing, events, fsm, general, helpdesk, marketing_automation, planning, project, sms_marketing, social_marketing, survey, timesheets + add see also in integrations_and_templates.rst (#677) 2020-05-19 09:12:45 +02:00
keli brugalli (kbr)
a25bbc87ca [IMP] email marketing: remove future tense 2020-04-09 15:08:34 +02:00
KBR
cfb4b4c55a
[IMP] {email,sms}_marketing: add Social Marketing's campaigns in seealso's
Closes #602
2020-04-09 10:28:52 +02:00
bve-odoo
3300e665b8
[FIX] email_marketing: unsubscribe button does not work in test mode (#596)
A lot of customer are writting ticket with this issue:
When sending a TEST mail marketing from a campaign, they received a
403 error - Access Denied.

It's happening because the res_id is equal 0 and _valid_unsubscribe_token
from mass mailing controller is expecting it to be <> 0.
The res_id is given by the recipient dropdown of the mass mailing campaign
that allows Odoo to match a known record in Odoo.

opw-2202026
2020-03-13 10:52:19 +01:00
Antoine Vandevenne (anv)
9cf90b1345
[ADD] Email_marketing: new doc
* [ADD] email_marketing: documentation

* [IMP] email_marketing: improved toctree

Co-authored-by: KBR <57449423+kbr-odoo@users.noreply.github.com>
Co-authored-by: Julien B.  <37931357+jubodoo@users.noreply.github.com>
2020-02-21 15:15:40 +01:00