Wednesday, March 9, 2022
1 change · master
Features or functions removed from Odoo
This change cleans up the Sales Timesheet area by removing old profitability report fields and views that are no longer used or accessible. It helps keep the system easier to maintain without changing day-to-day user workflows.
Original PR description
Prior to this commit some fields aren't used or reported in the views. This commit removes those unused fields from report model and query. The only refactor of the query is the fact that some information aren't needed anymore so the intermediary results doesn't have to be grouped in sub-sub-sub-sub queries. Yet, it's not perfect and could still be improved. task-2645519 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr