Thursday, July 7, 2016
2 changes
Enhancements to existing features
This update modernizes the Belgian Intrastat reporting module so it works with Odoo's newer application framework. It also corrects a missing import issue and reorganizes module files, improving reliability and maintainability for Belgian compliance reporting.
Original PR description
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
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.