-
Notifications
You must be signed in to change notification settings - Fork 30.1k
[FW][FIX] spreadsheet_dashboard_*: add various missing formulas #199514
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
Closed
fw-bot
wants to merge
5
commits into
odoo:master
from
odoo-dev:master-18.0-fix-dashboards-patterns-lul-419094-fw
Closed
[FW][FIX] spreadsheet_dashboard_*: add various missing formulas #199514
fw-bot
wants to merge
5
commits into
odoo:master
from
odoo-dev:master-18.0-fix-dashboards-patterns-lul-419094-fw
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Row 47 in the 'Dashboard' sheet is empty. The formulas in row 48 should be moved up in row 47 This issue was spotted using the new irregularity map feature (task 4357729) Task: 4387232 X-original-commit: 01da6ca
Formulas of D12:F12 are missing from the table A1:F12 in sheet 'Stock location Value' This issue was spotted using the new irregularity map feature (task 4357729) Task: 4387232 X-original-commit: bd60ee0
Add missing formulas in E33:G33 and adapt the style to include row 33 This issue was spotted using the new irregularity map feature (task 4357729) Task: 4387232 X-original-commit: 68fe45f
Formulas in F34:G34 are missing This issue was spotted using the new irregularity map feature (task 4357729) Task: 4387232 X-original-commit: c7982fd
@LucasLefevre @rrahir this PR targets master and is the last of the forward-port chain containing:
To merge the full chain, use
More info at https://github.com/odoo/odoo/wiki/Mergebot#forward-port |
@robodoo r+ |
robodoo
pushed a commit
that referenced
this pull request
Feb 27, 2025
Row 47 in the 'Dashboard' sheet is empty. The formulas in row 48 should be moved up in row 47 This issue was spotted using the new irregularity map feature (task 4357729) Task: 4387232 X-original-commit: 01da6ca Part-of: #199514 Related: odoo/enterprise#80313 Signed-off-by: Rémi Rahir (rar) <rar@odoo.com>
robodoo
pushed a commit
that referenced
this pull request
Feb 27, 2025
Formulas of D12:F12 are missing from the table A1:F12 in sheet 'Stock location Value' This issue was spotted using the new irregularity map feature (task 4357729) Task: 4387232 X-original-commit: bd60ee0 Part-of: #199514 Related: odoo/enterprise#80313 Signed-off-by: Rémi Rahir (rar) <rar@odoo.com>
robodoo
pushed a commit
that referenced
this pull request
Feb 27, 2025
Add missing formulas in E33:G33 and adapt the style to include row 33 This issue was spotted using the new irregularity map feature (task 4357729) Task: 4387232 X-original-commit: 68fe45f Part-of: #199514 Related: odoo/enterprise#80313 Signed-off-by: Rémi Rahir (rar) <rar@odoo.com>
robodoo
pushed a commit
that referenced
this pull request
Feb 27, 2025
Formulas in F34:G34 are missing This issue was spotted using the new irregularity map feature (task 4357729) Task: 4387232 X-original-commit: c7982fd Part-of: #199514 Related: odoo/enterprise#80313 Signed-off-by: Rémi Rahir (rar) <rar@odoo.com>
robodoo
pushed a commit
that referenced
this pull request
Feb 27, 2025
Some pivots (#2 and #3) were in error because the field used to sort was not part of the measures. closes #199514 Task: 4387232 X-original-commit: 35abe58 Related: odoo/enterprise#80313 Signed-off-by: Rémi Rahir (rar) <rar@odoo.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
All these issues were spotted using the new irregularity map feature (task 4357729)
Task: 4387232
I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Forward-Port-Of: #189835