Wednesday, August 19, 2020
3 changes · master
Enhancements to existing features
The invoice OCR extraction details are now hidden during normal use and only shown in debug mode. This keeps the invoice screen simpler for everyday users while preserving diagnostic information for support or technical troubleshooting.
Original PR description
The extraction information group in the account move view is not needed for common use of the ocr extraction process, and thus should be hidden when not in debug mode. Task id #2321110
Planning and Field Service Gantt views now show totals by row, making it easier for teams to see workload or allocation totals directly in schedules and task planning. This improves visibility in day-to-day planning without changing workflows.
Original PR description
Purpose of this task is to set 'total_row' to 'True' on the Gantt views of the following menus: Planning > Schedule Field Service > Planning Field Service > All Tasks Field Service > My tasks task - 2276652 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
More reporting screens now show sample data when there are no real records yet. This helps users understand pivot, cohort, dashboard, and graph reports before their own data is available.
Original PR description
The purpose of this commit is to enable sample data in various pivot, cohort views. TaskID: 2319606 Closes: #12415