-
- Downloads
[IMP] digest: improve digest by adding daily sending and preferences
PURPOSE Make digest email and tips more appealing. The goals of these tips are * to encourage the adoption of other apps (Did you know ?); * to make Odoo look more fun (Fun tips and tricks, young and dynamic style); * to show social proof and increase trust (emphasis on already existing projects / customers to); SPECIFICATIONS Add a daily digest option, allowing to send digests on a daily basis. It will be the default settings to help users coming back to odoo. Add a slowdown heuristics. If not any user targeted by a daily digest logs himself within 3 days, digest is slowed down to a weekly setting to avoid spam. Add a preference section in template, to hold notably links to some configuration steps sent mainly for admin / CEOs. Improve access on models. LINKS Task ID 2197417 PR odoo/odoo#51619
Showing
- addons/digest/controllers/portal.py 23 additions, 2 deletionsaddons/digest/controllers/portal.py
- addons/digest/data/digest_data.xml 12 additions, 0 deletionsaddons/digest/data/digest_data.xml
- addons/digest/data/digest_template_data.xml 12 additions, 0 deletionsaddons/digest/data/digest_template_data.xml
- addons/digest/data/digest_tips_data.xml 3 additions, 2 deletionsaddons/digest/data/digest_tips_data.xml
- addons/digest/models/digest.py 48 additions, 9 deletionsaddons/digest/models/digest.py
- addons/digest/security/ir.model.access.csv 1 addition, 1 deletionaddons/digest/security/ir.model.access.csv
Please register or sign in to comment