Daily updates from Odoo
Wednesday, October 16, 2019
1 change
Features or functions removed from Odoo
The link tracking feature no longer stores website icon data or fetches it during installation. Icons are still shown where needed, but loaded only when displayed, reducing unnecessary setup time and external calls.
Original PR description
The link tracker model (link.tracker) contained favicon (store)
and icon_src computed fields. Computing favicon took
{3-6.5%} of installing odoo (with demo data) due to syncronous http
call to a external link (google).
Moreover, these fields had no sense to be store in odoo
and only used in one template. This template was modified to
display the same information (icon) as before but without storing fields
and with a lazy loading of icons.
TASK_ID: 2083715
Description of the issue/feature this PR addresses:
Current behavior before PR:
Desired behavior after PR is merged:
--
I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr