Closed sbejaoui closed 11 months ago
/ocabot merge patch
On my way to merge this fine PR! Prepared branch 16.0-ocabot-merge-pr-178-by-lmignon-bump-patch, awaiting test results.
Congratulations, your PR was merged at 4886b6f6754fa5663ecbd3ef35659835a85033b1. Thanks a lot for contributing to OCA. ❤️
If a psycopg error occurs, the queue does not automatically retry the job. This is because we attempt to write the error to the binding after the SQL transaction ends, resulting in a job failure. Since UserError exceptions is the base of all Odoo exceptions, catching it should be sufficient.