-
- Downloads
[IMP] digest, *: show pictures stored on Odoo
Purpose ======= Pictures from the digest emails are currently stored on the database itself, meaning that if the database expires (e.g. after trial expires) all pictures from previously sent emails won't be visible. This is an issue since digest tips are meant as a marketing tool to bring people to Odoo after trying a database. Digest pictures are now taken from Odoo's server (https://download.odoocdn.com/digests ) so that the pictures will still be visible after the database has expired. From this commit onwards, it should not be allowed to change a digest picture with the same name (to display a gif of a newer version), since all databases with previous versions would receive pictures of a version that does not correspond to theirs. This also means that everyone client's Odoo server will contain pictures that are never used. This could be fixed if Odoo stored them somewhere else and didn't make them dependent from the git repository. Task-2372195 closes odoo/odoo#87343 X-original-commit: 35157677a2a63a2559a72aff21e62e23a3c671a2 Related: odoo/enterprise#25654 Signed-off-by:Thibault Delavallee (tde) <tde@openerp.com>
Showing
- addons/account/data/digest_data.xml 1 addition, 1 deletionaddons/account/data/digest_data.xml
- addons/crm/data/digest_data.xml 5 additions, 5 deletionsaddons/crm/data/digest_data.xml
- addons/digest/data/digest_data.xml 2 additions, 2 deletionsaddons/digest/data/digest_data.xml
- addons/digest/data/digest_tips_data.xml 5 additions, 5 deletionsaddons/digest/data/digest_tips_data.xml
- addons/hr_expense/data/digest_data.xml 1 addition, 1 deletionaddons/hr_expense/data/digest_data.xml
- addons/hr_timesheet/data/digest_data.xml 1 addition, 1 deletionaddons/hr_timesheet/data/digest_data.xml
- addons/im_livechat/data/digest_data.xml 1 addition, 1 deletionaddons/im_livechat/data/digest_data.xml
- addons/mrp/data/digest_data.xml 1 addition, 1 deletionaddons/mrp/data/digest_data.xml
- addons/project/data/digest_data.xml 1 addition, 1 deletionaddons/project/data/digest_data.xml
- addons/purchase/data/digest_data.xml 1 addition, 1 deletionaddons/purchase/data/digest_data.xml
- addons/sale_management/data/digest_data.xml 2 additions, 2 deletionsaddons/sale_management/data/digest_data.xml
- addons/stock/data/digest_data.xml 1 addition, 1 deletionaddons/stock/data/digest_data.xml
- addons/website/data/digest_data.xml 5 additions, 5 deletionsaddons/website/data/digest_data.xml
Please register or sign in to comment