Daily updates from Odoo
Thursday, August 2, 2018
3 changes
Enhancements to existing features
This update makes service sales, timesheet invoicing, and project profitability figures more accurate by using clearer invoiced and to-invoice amounts. It also improves project task behavior, hides confusing invoice actions when nothing relevant can be billed, and prevents changes to timesheets that have already been invoiced to customers.
Original PR description
Task: https://www.odoo.com/web?debug#id=1857652&action=333&active_id=965&model=project.task&view_type=form&menu_id=4720 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
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