[FIX] account: change foldable to foldability#17463
Closed
seifgneedy wants to merge 1 commit intomasterfrom
Closed
[FIX] account: change foldable to foldability#17463seifgneedy wants to merge 1 commit intomasterfrom
seifgneedy wants to merge 1 commit intomasterfrom
Conversation
task-5891053
Collaborator
oco-odoo
approved these changes
Apr 20, 2026
Collaborator
|
@oco-odoo you can't review+. |
|
@robodoo r+ |
Collaborator
|
@qdp-odoo you can't review+. |
|
@odoo/doc-review pliiiiiiiz relax some r+ rights |
Collaborator
|
@robodoo delegate+ delegate=oco-odoo |
robodoo
pushed a commit
that referenced
this pull request
Apr 20, 2026
task-5891053 closes #17463 Related: odoo/odoo#257280 Related: odoo/enterprise#112849 Related: odoo/upgrade#9835 Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
robodoo
pushed a commit
to odoo/odoo
that referenced
this pull request
Apr 20, 2026
* After the groupby on the report^1 was added and support of groupby on aggregation being added, we don't want to have the groupby being applied by default on the aggregation lines otherwise the report will be unreadable. Therefore, changing the foldable boolean to a computed stored selection field, allowing for default behaviour to be as intended while enabling the user to change them on the line if needed. * In upgrade_code: removing the unnecessary foldable field in reports data files if they will be correctly computed. * For inconsistencies reported by script, manually set the foldability values on the reports. ^1 : 05f1d84 task-5891053 Part-of: #257280 Related: odoo/enterprise#112849 Related: odoo/documentation#17463 Related: odoo/upgrade#9835 Signed-off-by: Olivier Colson (oco) <oco@odoo.com>
robodoo
pushed a commit
to odoo/odoo
that referenced
this pull request
Apr 20, 2026
Added no_cross_report_expansion to _expand_aggregations for collecting them to be computed alone when expanded from an aggregation line has groupby on it. task-5891053 closes #257280 Related: odoo/enterprise#112849 Related: odoo/documentation#17463 Related: odoo/upgrade#9835 Signed-off-by: Olivier Colson (oco) <oco@odoo.com>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.

task-5891053