-
-
Notifications
You must be signed in to change notification settings - Fork 81
[11.0] Improve performance and do not post reversal entries #20
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: 11.0
Are you sure you want to change the base?
[11.0] Improve performance and do not post reversal entries #20
Conversation
We might have to backport i-vyshnevska@905bcd9 as well here. |
/ocabot merge patch |
Hey, thanks for contributing! Proceeding to merge this for you. |
@dreispt your merge command was aborted due to failed check(s), which you can inspect on this commit of 11.0-ocabot-merge-pr-20-by-dreispt-bump-patch. After fixing the problem, you can re-issue a merge command. Please refrain from merging manually as it will most probably make the target branch red. |
/ocabot merge patch |
Hey, thanks for contributing! Proceeding to merge this for you. |
@dreispt your merge command was aborted due to failed check(s), which you can inspect on this commit of 11.0-ocabot-merge-pr-20-by-dreispt-bump-patch. After fixing the problem, you can re-issue a merge command. Please refrain from merging manually as it will most probably make the target branch red. |
/ocabot rebase |
As the consolidated flag is a technical field that is only used during the consolidation process to distinct move lines that are already processed from others, we can safely bypass the ORM to avoid costly overrides in custom modules that are installed.
Congratulations, PR rebased to 11.0. |
d86cbd9
to
fbb6a08
Compare
Hey @grindtildeath, thank you for your Pull Request. It looks like some users haven't signed our Contributor License Agreement, yet.
Appreciation of efforts, |
/ocabot merge patch |
On my way to merge this fine PR! |
/ocabot merge patch |
On my way to merge this fine PR! |
/ocabot merge patch |
Hey, thanks for contributing! Proceeding to merge this for you. |
Improve performance with direct SQL on consolidation flag
As the consolidated flag is a technical field that is only used during the consolidation
process to distinct move lines that are already processed from others, we can safely
bypass the ORM to avoid costly overrides in custom modules that are installed.
Improve error message when reversing entries
Do not post reversed consolidation entries
Reverse again previous consolidation entries if the reversal was deleted