Thursday, July 29, 2021
3 changes · master
Enhancements to existing features
The CRM duplicate lead check has been optimized to reduce unnecessary database lookups. This should make related CRM operations faster, especially when working with larger lead databases.
Original PR description
…ates By computing the search domain before calling return_if_relevant, we can make only one query and thus speed up the method. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Several reporting screens now include list views, making it easier for users to open detailed records directly from pivot and graph reports. This improves analysis workflows across sales, accounting, purchasing, projects, POS, fleet, timesheets, CRM, membership, and website sales reporting.
Original PR description
PURPOSE currently, there are pivot views on reporting models those do not have a dedicated listview and therefore disabled it. The purpose of this commit is to add those listviews that will allow the user to drill down from the pivot views themselves. SPECIFICATION 1. we have removed 'disabled_linking' attribute from pivot views as listed in pad 2. also, now we have dedicated list views for the following models in reporting - account.invoice.report - fleet.vehicle.cost.report - hr.timesheet.attendance.report - report.pos.order - purchase.report - project.profitability.report - report.project.task.user - sale.report LINKS PR #72394 task-id:2547881
Users can now drill down from key reporting pivot and graph views into clear list views instead of hitting disabled links. This makes reports across HR, sales, helpdesk, field service, and project planning easier to investigate and act on directly from dashboards or spreadsheets.
Original PR description
PURPOSE currently, there are pivot views on reporting models those do not have a dedicated listview and therefore disabled it. The purpose of this commit is to add those list views that will allow the user to drill down from the pivot views themselves. SPECIFICATION 1. we have removed 'disabled_linking' attribute from pivot views as listed in pad 2.also, now we have dedicated list views for the following models in reporting - helpdesk.sla.report.analysis - hr.appraisal.report - hr.contract.employee.report - hr.payroll.report - hr.recruitment.report - hr.referral.report - hr.work.entry.report - project.timesheet.forecast.report.analysis - report.project.task.user..fsm - sale.rental.report - sale.subscription.report LINKS PR #19122 task-id:2547881