Daily updates from Odoo
Thursday, June 25, 2020
1 change · master
Resolved issues and error corrections
This change rolls back the recently introduced IoT pairing module because it caused upgrade issues across saas-13.4 branches. Reverting it helps keep deployments stable while upgrade scripts are corrected before the feature is reintroduced.
Original PR description
A skipci was made in order to merge a new module `iot_pairing` in saas-13.4. Unfortunately after the module reached master, beb3851 was introduced before new saas-13.4 database were generated, allowing to merge the change in master but introducing the failure in saas-13.4 for all other branches. The failure should appear in master after saas-13.4 nightly. This reverts commit beb3851 waiting for a fix nof upgrade scripts.