Daily updates from Odoo
Tuesday, January 29, 2019
4 changes
Resolved issues and error corrections
The website editor now updates its toolbar whenever content changes, so buttons are disabled when the selected snippet has been removed. This prevents users from clicking actions that no longer apply and avoids editing errors in multi-zone pages.
Original PR description
Update editor toolbar on each change to properly disable it when needed. This fixes the following issue in multizone web editor: Add a snippet > Click inside the snippet > Remove the snippet -> The toolbar buttons are active, resulting in problems if the user clicks them. Now the toolbar is properly disabled in this case. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This fixes an issue where survey pages could fail to prefill answers because a page identifier was handled in the wrong format. Users should see more reliable survey behavior when opening or continuing prefilled surveys.
Lunch locations can no longer be saved without a name. This prevents blank location records, making lunch ordering and administration clearer and more reliable.
Original PR description
Description of the issue/feature this PR addresses: Make the location name required. Current behavior before PR: The location name for the lunches is not required, which results in empty (False) records. Desired behavior after PR is merged: The location name is required. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update fixes an error that could occur when installing the Dutch localization package. It helps ensure companies using the Netherlands accounting setup can install it successfully without being blocked by a technical failure.
Original PR description
Pad:https://pad.odoo.com/p/r.90141f018d81d7fb38184624fb1dcfac Task:https://www.odoo.com/web#id=1930637&action=333&active_id=1278&model=project.task&view_type=form&menu_id=4720