Wednesday, March 13, 2019
2 changes · master
New functionality added to Odoo
The developer documentation now includes more examples explaining asynchronous JavaScript patterns. This helps teams better understand and apply modern JavaScript practices when customizing or extending Odoo.
Original PR description
in javascript Cheatsheet, add a bunch of example about asynchronous code taskid: 1896658 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Enhancements to existing features
This update makes the calendar appointment setup easier to customize by adding clearer reference points inside the configuration view. It helps teams and implementation partners make future adjustments more reliably with less effort.
Original PR description
Right now the `form` view has a lot of elements (also a lot are nested) and it is not really easy to `xpath` into the deeper elements. Some `name` on the most important elements allow to easily xpath from there on.