Daily updates from Odoo
Wednesday, March 6, 2019
3 changes · master
Enhancements to existing features
The salary contract screens now use clearer wording for the default contract field, reducing confusion for HR users. An automated walkthrough was also corrected so the system reliably validates the related hiring flow.
Original PR description
--------------------------- hr_contract_salary : --------------------------------- PURPOSE SUMMARY : modify string, fix tour --------------------------------- - Modify displayed string of default_contract_id field as asked in task - Fix the hr_contract_salary tour so that the kanban box is effectively selected for clicking (see http://runbot.odoo.com/runbot/build/432307 for that error) ------------ Task ID : 1896305 ------------
Resolved issues and error corrections
Fixes an issue where the website editor could incorrectly detect focus when the selected item was already a media element. This helps prevent editing interruptions and supports more reliable editor behavior after internal Promise-related changes.
Original PR description
Issue detected with tests in the branch that replace deferred by native Promise. Need to add isMedia to detect if the target is already a media when focus the editor. Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Code cleanup and technical improvements
This update adapts multiple Odoo Enterprise modules to work with jQuery 3, a newer version of a core web technology used by the interface. It helps keep accounting, documents, delivery barcode, and related online services compatible and maintainable without introducing new business features.
Original PR description
This branch is the counterpart of odoo/odoo#28457. Task-id : 1896658 Co-authored-by: Aaron Bohy aab@odoo.com Co-authored-by: Christophe Matthieu chm@odoo.com Co-authored-by: Mathieu Duckerts-Antoine dam@odoo.com Co-authored-by: David Monjoie dmo@odoo.com Co-authored-by: Martin Geubelle mge@odoo.com Co-authored-by: svs-odoo svs@odoo.com Co-authored-by: Vincent Schippefilt vsc@odoo.com