Monday, January 3, 2022
3 changes · master
Enhancements to existing features
Survey administrators will no longer see awkward line-break characters in technical field guidance for conditional questions and invite recipients. This makes the advanced configuration screens clearer and easier to understand without changing survey behavior.
Original PR description
PURPOSE Improve the technical tooltips of domain in triggering_question_id of survey.question and in partner_ids of survey.invite SPECIFICATION Current: A weird domain with '\n' is visible in UI of survey for triggering_question_id, partner_ids. To BE: Remove '\n' from the domain and improve the domain UI view. TaskId-2704057 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Test runs now record browser console errors in the regular logs as soon as they happen. This makes failed automated website tests easier to diagnose and should reduce time spent investigating test failures.
Original PR description
When running test tours, logging a message to `console.error` causes the test tour to fail. Only one such message can cause the tour to fail, if other message are written on the console they are simply logged in the odoo logs. The offending message, however, is only shown at the end of run, as part of the failing test logs. Arguably, it is better to include it in the browser logs as well.
This update improves how extracted invoice words are stored so they can be found more quickly and handled more reliably. It should make invoice extraction support smoother without changing how users work with the system.
Original PR description
…n words The `index` will improve the performances to retrieve the words. The `required` and `ondelete` should have been there from the start.