-
Notifications
You must be signed in to change notification settings - Fork 18
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
trytond: Raise an error if a datamanager raises an exception when committing a transaction [CUSTOM] #249
Open
BeatriceSchuster
wants to merge
1,130
commits into
coopengo:master
Choose a base branch
from
BeatriceSchuster:PJAZZ-2293-tryton
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
trytond: Raise an error if a datamanager raises an exception when committing a transaction [CUSTOM] #249
BeatriceSchuster
wants to merge
1,130
commits into
coopengo:master
from
BeatriceSchuster:PJAZZ-2293-tryton
Conversation
This file contains 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
…widget [CUSTOM] (coopengo#244) Fix #24611
…n focus-out [PREVIEW] (coopengo#266) PCLAS-215
…filter by field on debug (coopengo#13) Fix #PJAZZ-1051
A call to clear_all is required after the commit in order to ensure that the transaction uses an empty cache from this point. clear_all is not required to prevent the deadlock on ir.cache because the rollback ensures that nothing changed from the point of view of this transaction.
It's done to prevent creating draft moves when validating invoices
Coopengo disabled the code doing the date computation
…go#23) Fix #PJAZZ-1168 Fix #PJAZZ-1050
Ref PCLAS-838
…engo#203) * Use JSONB to store MultiSelection field on PostgreSQL [PREVIEW] https://bugs.tryton.org/11513 Closes PCLAS-818 * Allow migration --------- Co-authored-by: Jean Cavallo <[email protected]>
Unfix PCLAS-838
…ource (coopengo#214)" This reverts commit 8c0b2d7.
* Optimize instance creation in ModelStorage.__getattr__ [PREVIEW] https://bugs.tryton.org/13245 * Sort X2M fields according to the order [PREVIEW] Fix PCLAS-889 https://bugs.tryton.org/13288
…o#217) Fix PCLAS-874 --------- Co-authored-by: Jean Cavallo <[email protected]>
Fix PCLAS-854
Fix PCLAS-946
* Always raise RPCException in RPCExecutre [PREVIEW] * Consider that records in exception are loaded [PREVIEW] https://bugs.tryton.org/13331 Fix PCLAS-945 * Raise an exception when it occurs when loading a record [PREVIEW] https://bugs.tryton.org/13332
…REVIEW] (coopengo#215) Fix PCLAS-883 --------- Co-authored-by: Nicolas Évrard <[email protected]>
…mitting a transaction [CUSTOM] Fix #PJAZZ-2293
JCavallo
reviewed
Jul 1, 2024
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.
@jmousset, @AdrienBenduc On n'avait pas dit juste pendant les tests ? Je suis quasiment sûr qu'il y avait une raison quand même
@JCavallo ah si si, tout à fait. |
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.
Fix #PJAZZ-2293