[ADD] account_reconcile_bg: background processing for large bank reconciliations#403
Closed
fw-bot-adhoc wants to merge 1 commit into
Closed
[ADD] account_reconcile_bg: background processing for large bank reconciliations#403fw-bot-adhoc wants to merge 1 commit into
fw-bot-adhoc wants to merge 1 commit into
Conversation
Contributor
Contributor
Author
|
@feg-adhoc @rov-adhoc this PR targets 19.0 and is the last of the forward-port chain. To merge the full chain, use
More info at https://github.com/odoo/odoo/wiki/Mergebot#forward-port |
Contributor
Author
|
@feg-adhoc @rov-adhoc ci/runbot-modified-modules failed on this forward-port PR |
Contributor
Author
|
@feg-adhoc @rov-adhoc this forward port of #400 is awaiting action (not merged or closed). |
1 similar comment
Contributor
Author
|
@feg-adhoc @rov-adhoc this forward port of #400 is awaiting action (not merged or closed). |
166b634 to
e4c5c99
Compare
Contributor
|
@roboadhoc r+ nobump |
Contributor
|
@feg-adhoc @rov-adhoc because this PR has multiple commits, I need to know how to merge it:
|
e4c5c99 to
3fb8d89
Compare
3fb8d89 to
029fd97
Compare
Contributor
|
@roboadhoc r+ nobump |
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.

Implements background job processing for bank reconciliations when dealing with large payment batches to prevent timeouts and improve user experience.
Main features:
Technical implementation:
Includes comprehensive testing guide and unit tests.
Forward-Port-Of: #400