Daily updates from Odoo
Thursday, August 2, 2018
4 changes
Enhancements to existing features
Reports are now generated without loading unnecessary editing and branding features unless they are actually needed. This reduces wasted processing time and avoids unintended branding behavior in report output.
Original PR description
Before this change: Reports were generated in editable mode for branding to be applied. The branding is used to cut the report and add on each selected record for generating the pdf. Applied branding and editing options takes a useless time and branding was also applied by widgets even if branding was not requested. 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
Project overview reports now show remaining hours after considering both completed work and forecasted time. This helps teams and managers better understand whether sold hours are likely to be exceeded and plan staffing or customer discussions earlier.
Original PR description
https://www.odoo.com/web?debug#id=1857652&action=333&active_id=965&model=project.task&view_type=form&menu_id=4720
Resolved issues and error corrections
This fixes a broken layout on the online shop page so customers can browse products as intended. The change helps preserve a smooth shopping experience and reduces the risk of visitors leaving due to display issues.
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
This fixes accounting reports that stopped working after older report template references were removed. Businesses using aged partner balance or general ledger reports should see those reports open and run correctly again.
Original PR description
The new feature (5baf7e6fdd5a02570c732dbb6375b32a4f970599) made the references to the main_template unnecessary. Removing the referenced templates broke the reports.