Thursday, June 9, 2022
2 changes · master
Resolved issues and error corrections
This update adjusts the master branch release version so only the minor version increases before the next major release. This reduces confusion for teams preparing upgrade scripts and keeps the release process clearer and more flexible.
Original PR description
Even though the release process changed a bit, it seems that only the MINOR version number should be incremented in the master branch until the next major release. This avoid confusion when writing upgrade scripts, it should work in any case and it leaves more room from process improvement.
A Web Studio automated test was updated to match a routing change introduced in the core Odoo platform. This helps keep internal quality checks reliable and reduces the risk of delays caused by false test failures.
Original PR description
Problem: When running the test `drag & drop block "Image"` with the changes of [1], the route used in the mockRPC was not matched [1]: https://github.com/odoo/odoo/pull/82612 Solution: Change the route of the mockRPC opw-2648770 task-2811325