-
Notifications
You must be signed in to change notification settings - Fork 30.2k
[FIX] spreadsheet_dashboard_purchase*: wrong scoreboard data #191985
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FIX] spreadsheet_dashboard_purchase*: wrong scoreboard data #191985
Conversation
|
Hello @LucasLefevre Can you take a look please ? |
@LucasLefevre Please consider this suggestion from duong77476-viindoo. Our client has raised numerous complaints about this issue. These dashboards serve business owners by providing a quick view of key figures. However, if the data is incorrect, it can significantly impact the evaluation of employee performance, lead to wrong decisions, and diminish trust in the management software. We sincerely hope you will pay attention to this issue and address it promptly. |
|
Hello! Thanks for the feedback! I think it makes sense. Shouldn't domains of other data sources be adapted as well ? |
You mean all the pivot stuff, because currently reported by my client it has problem in the scoreboard like i mention in the pr description. |
|
yes, I mean other pivots on Note that I'm maintainer of the generic dashboard engine, not all the dashboards for the different apps. I know little about the functional aspects and details of each apps. So you might know better about the logistic specifics |
88e7094 to
64fc1cb
Compare
|
@LucasLefevre Done sir, should we ping someone who has the best knowledge about this to be sure maybe ? |
* = stock * PROPBLEM: when viewing purchase or vendor dashboard (under logistic section) , viewing the scoreboard for purchased or order it calculate all record from purchase.report but when clicking on it, redirect to view of 'purchase order' only which is wrong compare to the number display on the scoreboard * SOLUTION: This commit fix by edit the domain of related pivot which the scoreboard use to display data to the domain having state in either Purchase or Done
64fc1cb to
0c83051
Compare
|
Hi @Whenrow, can you review this PR, thanks |
|
robodoo r+ |
* = stock * PROPBLEM: when viewing purchase or vendor dashboard (under logistic section) , viewing the scoreboard for purchased or order it calculate all record from purchase.report but when clicking on it, redirect to view of 'purchase order' only which is wrong compare to the number display on the scoreboard * SOLUTION: This commit fix by edit the domain of related pivot which the scoreboard use to display data to the domain having state in either Purchase or Done closes #191985 Signed-off-by: William Henrotin (whe) <whe@odoo.com>
* = stock * PROPBLEM: when viewing purchase or vendor dashboard (under logistic section) , viewing the scoreboard for purchased or order it calculate all record from purchase.report but when clicking on it, redirect to view of 'purchase order' only which is wrong compare to the number display on the scoreboard * SOLUTION: This commit fix by edit the domain of related pivot which the scoreboard use to display data to the domain having state in either Purchase or Done closes odoo#191985 Signed-off-by: William Henrotin (whe) <whe@odoo.com>
* = stock * PROPBLEM: when viewing purchase or vendor dashboard (under logistic section) , viewing the scoreboard for purchased or order it calculate all record from purchase.report but when clicking on it, redirect to view of 'purchase order' only which is wrong compare to the number display on the scoreboard * SOLUTION: This commit fix by edit the domain of related pivot which the scoreboard use to display data to the domain having state in either Purchase or Done closes odoo#191985 Signed-off-by: William Henrotin (whe) <whe@odoo.com>
* = stock * PROPBLEM: when viewing purchase or vendor dashboard (under logistic section) , viewing the scoreboard for purchased or order it calculate all record from purchase.report but when clicking on it, redirect to view of 'purchase order' only which is wrong compare to the number display on the scoreboard * SOLUTION: This commit fix by edit the domain of related pivot which the scoreboard use to display data to the domain having state in either Purchase or Done closes odoo#191985 Signed-off-by: William Henrotin (whe) <whe@odoo.com>
* = stock * PROPBLEM: when viewing purchase or vendor dashboard (under logistic section) , viewing the scoreboard for purchased or order it calculate all record from purchase.report but when clicking on it, redirect to view of 'purchase order' only which is wrong compare to the number display on the scoreboard * SOLUTION: This commit fix by edit the domain of related pivot which the scoreboard use to display data to the domain having state in either Purchase or Done closes odoo#191985 Signed-off-by: William Henrotin (whe) <whe@odoo.com>
* = stock * PROPBLEM: when viewing purchase or vendor dashboard (under logistic section) , viewing the scoreboard for purchased or order it calculate all record from purchase.report but when clicking on it, redirect to view of 'purchase order' only which is wrong compare to the number display on the scoreboard * SOLUTION: This commit fix by edit the domain of related pivot which the scoreboard use to display data to the domain having state in either Purchase or Done closes odoo#191985 Signed-off-by: William Henrotin (whe) <whe@odoo.com>
* = stock * PROPBLEM: when viewing purchase or vendor dashboard (under logistic section) , viewing the scoreboard for purchased or order it calculate all record from purchase.report but when clicking on it, redirect to view of 'purchase order' only which is wrong compare to the number display on the scoreboard * SOLUTION: This commit fix by edit the domain of related pivot which the scoreboard use to display data to the domain having state in either Purchase or Done closes odoo#191985 Signed-off-by: William Henrotin (whe) <whe@odoo.com>

= stock
PROPBLEM: when viewing purchase or vendor dashboard (under logistic section) , viewing the scoreboard for purchased or order it calculate all record from purchase.report but when clicking on it, redirect to view of 'purchase order' only which is wrong compare to the number display on the scoreboard
SOLUTION: This commit fix by edit the domain of related pivot which the scoreboard use to display data to the domain having state in either Purchase or Done
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