Thursday, July 7, 2016
1 change · master
Resolved issues and error corrections
Odoo now generates website asset links using the configured CDN at the right time, so pages can correctly load files from the intended delivery network. This helps improve website performance and avoids cached asset links bypassing CDN settings.
Original PR description
use website cdn instead of 'url_for' into assetbundle generator. now 'url_for' is used only by website addons. issue: The bundle generate html without use website cdn because url_for must use the context value at running time and not at compile/cache time.