Daily updates from Odoo
Tuesday, July 30, 2019
5 changes
Resolved issues and error corrections
This fix replaces an invalid accessibility attribute in the Sales portal with the correct one. It helps assistive technologies interpret the page more reliably, improving accessibility without changing normal user workflows.
Original PR description
Description of the issue/feature this PR addresses: No such WAI-ARIA property `aria-title`. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This fixes dialog windows so they no longer close unexpectedly when users click outside them unless that behavior is specifically intended. It restores more predictable modal behavior, helping prevent accidental loss of work or interrupted workflows.
Original PR description
Since https://github.com/odoo/odoo/commit/2ad49ec93e39ae5d59ccc17884408870e1c86c5e, all dialogs were able to be closed by clicking on the backdrop which was not a desired behavior. Indeed, the 'backdrop' option of the BS component was misused.
This update fixes issues that were preventing Odoo's documentation from building reliably. It removes outdated references and unsupported JavaScript API documentation so teams can access current documentation without build failures.
Original PR description
* fixes warnings due to invalid rST or audoc-ing of removed symbols * remove autodoc-ing of JS
The website profile search now shows a more helpful message when no matching users are found, including the searched term. The message is also shown only when relevant, reducing unnecessary or confusing feedback for visitors.
Original PR description
…message The error message now display a message containing the term of the search and it is also not always displayed as it was before Task ID : 2036652 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The Field Service invoice status button now opens without causing an error. This prevents interruptions for users reviewing invoice information from field service tasks.
Original PR description
task - https://www.odoo.com/web?#id=2041350&action=333&active_id=131&model=project.task&view_type=form&menu_id=4720 pad - https://pad.odoo.com/p/r.e9971af100817cfc3d1e0b56787ba2a7 Before this commit , there was a trace back when trying to click on invoice state button. By this commit, this trace back is solved.