-
- Downloads
[FIX] digest: ease unsubscribe
Purpose of this commit is to ease usage of unsubscribe button for periodic
digests for non-admins. Users land on page that says "You have unsubscribed
from ..." and not on digest form view anymore.
It is done using a public route with a token, allowing to unsubscribe even
when being not logged, for example when receiving digest emails that are
unwanted.
Task-2641394 (Digest emails sending improvement)
Task-2582128 (Digest onboarding and usage improvement)
Part-of: odoo/odoo#79653
Co-authored-by:
Thibault Delavallée <tde@odoo.com>
Showing
- addons/digest/controllers/portal.py 19 additions, 6 deletionsaddons/digest/controllers/portal.py
- addons/digest/data/digest_data.xml 8 additions, 1 deletionaddons/digest/data/digest_data.xml
- addons/digest/models/digest.py 9 additions, 1 deletionaddons/digest/models/digest.py
- addons/digest/tests/test_digest.py 10 additions, 1 deletionaddons/digest/tests/test_digest.py
Loading
Please register or sign in to comment