Skip to content
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
wants to merge 1,130 commits into
base: master
Choose a base branch
from

Conversation

BeatriceSchuster
Copy link
Contributor

Fix #PJAZZ-2293

JCavallo and others added 30 commits September 13, 2023 14:48
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
nicoe and others added 27 commits May 21, 2024 09:35
…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]>
* 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
* 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
Copy link
Contributor

@JCavallo JCavallo left a 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

@jmousset
Copy link
Member

jmousset commented Jul 1, 2024

@JCavallo ah si si, tout à fait.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.