odoo/documentation#11747
Created by Training, Logan Staelens (lost)
Merged
at 224e1f59824318257b22badea670dbcd187c3251
Statuses:
- ci/documentation: (runtime 697s)
- ci/codeowner_coverage: (runtime 2s)
Linked pull requests
- label
- odoo-dev:master-cross-report-imp-lost
- head
- a349b88cdec53701a37cf5bc69c60bfde6bdd4e7
- merged
- 7 months ago by Training, Logan Staelens (lost)
odoo/odoo | odoo/enterprise | odoo/documentation | |
---|---|---|---|
master | #193106 | #76845 | #11747 |
[IMP] account_reports: Unambiguous cross_report aggregations
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.