Sébastien Alix
Sébastien Alix
So we can configure the size of the channel. We experienced a lot of locks and concurrent update issues on a table because tens of jobs were running in parallel...
Port of #1265 from 14.0 to 15.0.
See https://github.com/odoo/odoo/commit/e41bcb0e311bfa67c78a13e377ae5c4931ecf24e and https://twitter.com/mart__e/status/986862716739641344
...before upgrading modules. This crashes Odoo >= 10.0 when we add fields on 'res.users' or 'res.partner' data models while the module is not yet updated (the field does not exist...
Once this PR merged, I'll push a new commit directly on the repo with the release date + a new tag 1.9.3. @petrus-v regarding the publication on PyPI, how do...
Since Python 3.10, the use of `threading.currentThread()` is deprecated and generates a warning, and generating this warning log was in turn entering in the `logging_json` mechanism, triggering an exception: `RecursionError:...
Port of the following PRs from 14.0 to 16.0: - #403 - #495 - #629
Port of the following PRs from 14.0 to 15.0: - #403 - #495 - #594 - #629
Same PR than https://github.com/OCA/wms/pull/569/ but rebased on top of 14.0 to resolve conflicts (we still need the previous PR to not bring regressions as it is used as pending-merge). Comments...