-
Notifications
You must be signed in to change notification settings - Fork 10.2k
[IMP] account_reports: Unambiguous cross_report aggregations #11747
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @lost-odoo for the update. Can you just capitalize "ID"?
Thank you!
content/applications/finance/accounting/reporting/customize.rst
Outdated
Show resolved
Hide resolved
748c8dd
to
7561b20
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @lost-odoo and @afma-odoo for your work!
@robodoo delegate+
7561b20
to
b14f8a8
Compare
608a0c2
to
db4a1e1
Compare
@robodoo r+ |
Before this commit, when using cross_report subformula it would search for a report that has an line with this code. We had to ensure there was no duplicate codes and so it was difficult to maintain. Now, when we use a cross_report subformula, we need to explicitly target the report from where the code is from. task-4457667 closes #11747 Related: odoo/odoo#193106 Related: odoo/enterprise#76845 Signed-off-by: Logan Staelens (lost) <lost@odoo.com>
Before this commit, when using cross_report subformula it would search for a report that has an line with this code. We had to ensure there was no duplicate codes and so it was difficult to maintain. Now, when we use a cross_report subformula, we need to explicitly target the report from where the code is from. task-4457667 closes #11747 Related: odoo/odoo#193106 Related: odoo/enterprise#76845 Signed-off-by: Logan Staelens (lost) <lost@odoo.com>
@robodoo r- |
I'm sorry, @hupo-odoo. I'm afraid I can't do that. |
@lost-odoo linked pull request(s) odoo/enterprise#76845, odoo/odoo#193106 not ready. Linked PRs are not staged until all of them are ready. |
Before this commit, when using cross_report subformula it would search for a report that has an line with this code. We had to ensure there was no duplicate codes and so it was difficult to maintain. Now, when we use a cross_report subformula, we need to explicitly target the report from where the code is from. task-4457667
db4a1e1
to
a349b88
Compare
@robodoo r+ |
Before this commit, when using cross_report subformula it would search for a report that has an line with this code. We had to ensure there was no duplicate codes and so it was difficult to maintain. Now, when we use a cross_report subformula, we need to explicitly target the report from where the code is from. task-4457667 closes #193106 Related: odoo/enterprise#76845 Related: odoo/documentation#11747 Signed-off-by: Hugo Poncelet (hupo) <hupo@odoo.com>
Before this commit, when using cross_report subformula it would search for a report that has an line with this code. We had to ensure there was no duplicate codes and so it was difficult to maintain. Now, when we use a cross_report subformula, we need to explicitly target the report from where the code is from. task-4457667 closes #11747 Related: odoo/odoo#193106 Related: odoo/enterprise#76845 Signed-off-by: Logan Staelens (lost) <lost@odoo.com>
Before this commit, when using cross_report subformula it would search for a report that has an line with this code. We had to ensure there was no duplicate codes and so it was difficult to maintain.
Now, when we use a cross_report subformula, we need to explicitly target the report from where the code is from.
task-4457667