-
Notifications
You must be signed in to change notification settings - Fork 10.6k
[IMP] Accounting: Reports: Document the new cross_report syntax for forced date scope #15342
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
base: master
Are you sure you want to change the base?
Conversation
…orced date scope task-5243334
|
@antoine162 I'm not sure how much I need to go into the details for this. Let me know what you think :) |
dade-odoo
left a comment
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 @oco-odoo for the addition. A couple minor things to align with the doc guidelines. Once you make them you can request a review from be-doc-review and they'll r+ it :)
| Used to match an expression from another report targeted by the xml_id or the report ID itself. | ||
| If `force_date_scope` is added, the :guilabel:`Date Scope` defined on the expression will be | ||
| used to compute all the expressions used by the formula. |
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.
| Used to match an expression from another report targeted by the xml_id or the report ID itself. | |
| If `force_date_scope` is added, the :guilabel:`Date Scope` defined on the expression will be | |
| used to compute all the expressions used by the formula. | |
| Match an expression from another report targeted by the xml_id or the report ID itself. If | |
| `force_date_scope` is added, the :guilabel:`Date Scope` defined on the expression will be used to | |
| to compute all the expressions used by the formula. |
| **dictionary** returned by this function. Use this computation engine only if making a custom | ||
| module. | ||
|
|
||
| Date Filtering |
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.
| Date Filtering | |
| Date filtering |
| to the ones strictly within the interval selected on the report. You can change that behavior by | ||
| modifying the :guilabel:`Date Scope` field of the expression. |
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.
| to the ones strictly within the interval selected on the report. You can change that behavior by | |
| modifying the :guilabel:`Date Scope` field of the expression. | |
| to the ones strictly within the interval selected on the report. To change that behavior, modify the | |
| :guilabel:`Date Scope` field of the expression. |
|
Hi @oco-odoo thank you so much for making the doc better, I think this is a great improvement 😄 |

task-5243334