Monday, March 9, 2020
3 changes · master
Resolved issues and error corrections
This fixes an error that could prevent users from submitting mandatory text box answers in surveys. Survey respondents should now be able to complete these required questions without interruption, improving form completion reliability.
Original PR description
This commit removes an unused and undefined variable that raised an error when the user tries to answer a mandatory char_box question. Oversight of commit: 0675d68afb7afe69e5e9d62a172c273a6d0b83e8 Task 2212021 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
Opening Studio from the default Documents view no longer causes an error. This lets users customize Documents views without being blocked, with a small visual difference in tag display while in Studio mode.
Original PR description
PURPOSE Getting a traceback when trying to open studio on the default Documents view, opening studio should not give traceback. SPEC Opening studio should not throw traceback and studio mode should work normally in documents. TASK 2189992
Fixed an issue in Studio where the conditional visibility field selector could be hidden behind a grey overlay when editing one-to-many list fields. This makes the dialog usable again and prevents configuration options from being blocked.
Original PR description
PURPOSE Can't access the field selector of the 'conditional visibility' modal of a one2many_list field since the grey overlay is 'above' the modal. SPEC Do not hide conditional dialog dropdown behind x2m overlay, x2m overlay has less z-index than dialog dropdown. TASK 2187354