odoo/odoo#193640
Created by fw-bot
Merged
at b91ede61f2108a6ab2431d0ce32e4e1a6925f925
Statuses:
- legal/cla: Contributor License Agreement check
- ci/runbot: Odoo Test Suite
- ci/upgrade_enterprise: Test upgrades for enterprise master
- ci/template: Contact runbot team on discord for help.
- ci/style: Optional style check. Ignore it only if strictly necessary.
- ci/security: Required security check. Can only be ignored by security team.
- label
- odoo-dev:saas-17.4-v16_fix_spreadsheet_dashboard_purchase_stock-t7yF-fw
- head
- 053e212a084189dfcd0a47d2620ac67adad586c4
- merged
- 10 months ago by Logistics, William Henrotin (whe)
| odoo/odoo | odoo/enterprise | |
|---|---|---|
| 16.0 | #191985 | |
| 17.0 | #192850 | |
| saas-17.2 | #193622 | |
| saas-17.4 | #193640 | |
| 18.0 | #193749 | #77322 |
[FW][FIX] spreadsheet_dashboard_purchase*: wrong scoreboard data
-
= 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
Forward-Port-Of: #191985