Friday, November 4, 2022
2 changes · master
Resolved issues and error corrections
Project Managers can now view all relevant tasks in burndown chart reports, even when a project is set to follower-only visibility and they are not following it. This fixes incomplete reporting so managers get an accurate view of project progress.
Original PR description
Before this commit, when the Project Manager wants to see the burndown chart report, he cannot see all the tasks if the project visibility is follower and he do not follow the project. Indeed, he can only see the ones in which he is assigned or follower. This behaviour is not expected for a project manager but only expected for a project user. This commit adds a rule to avoid filtering the records from burndown chart report when the current user is a Project Manager. Related PR: #82634 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Subscription reports now show recurring amounts based only on recurring charges instead of total line amounts. This makes recurring revenue and MRR figures more accurate for business reporting and decision-making.
Original PR description
This PR goal is for the recurring amount shown in report to actually be the amount recurring and not the total amount. On top of that the MRR is now correclty computed based on the recurring subtotal of each line and not their subtotal. task-id : 3013054