Commit Graph

4 Commits

Author SHA1 Message Date
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
Antoine Vandevenne (anv)
45a01ad2e7 Revert "[New] Email Marketing : 3 new pages (mailing lists, manage unsub, campaigns)"
This reverts commit bbc1a00b0b.
2020-02-11 14:49:50 +01:00
KBR
bbc1a00b0b
[New] Email Marketing : 3 new pages (mailing lists, manage unsub, campaigns) 2020-02-11 14:02:45 +01:00