Daily updates from Odoo
Thursday, June 25, 2020
4 changes
Enhancements to existing features
When a signing template has a custom redirect link, signers now see only that redirect option after completing the document. This helps businesses guide users to the intended next step and avoids confusion from extra default choices.
Original PR description
Purpose When you customize your "Redirect link" for a Template: - Current behavior: you get default actions (Return to templates and Download document) + the new redirect link -Expected behavior: having only the redirect link Specifications Customized redirect link is available: - In "properties" of templates - In debug mode and - For templates with "share" option (meaning, with only one role) Wizzard appears when document is fully signed LINKS PR: #9692 TaskID: 2230042
The Timesheet and Planning Analysis report now shows planned hours correctly and presents clearer reporting information. Users also get a better pivot view with effective hours, planned hours, and the difference, without being limited by a default current-month filter.
Original PR description
Purpose ======= Small improvements in Timesheet and Planning Analysis Specifications ============== In Timesheet and Planning Analysis report: - fix missing planned hours - rename the title - remove default filter set on the current month
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.
Features or functions removed from Odoo
The separate IoT Box pairing component has been removed because its setup flow is now part of the main IoT module. This simplifies the product structure while keeping the IoT Box connection wizard available in the standard IoT experience.
Original PR description
The iot_pairing module was added in stable versions (#371ef55) because we needed to modify the IoT Box connection wizard. We can now remove it in master and integrate it with the IoT module. TaskID: 2246535