Daily updates from Odoo
Navigate
Branch
Tuesday, January 29, 2019
8 changes
New functionality added to Odoo
Users can now define a default assigned person and default description on activity types, making recurring follow-up actions faster and more consistent. This helps teams standardize activity setup across workflows such as follow-ups, document sharing, and document automation.
Original PR description
Task : https://www.odoo.com/web?#id=1929742&action=333&active_id=131&model=project.task&view_type=form&menu_id=4720 Pad: https://pad.odoo.com/p/r.7db990ec3c1f577423592926065482f1 - after this commit, user can set default user and default description on activity type This commit is related to task id: 1929742
Enhancements to existing features
The Documents app now remembers the last workspace a user visited and can reopen it automatically, making it easier to continue work where they left off. The user-facing label “Folder” has also been updated to “Workspace” across Documents and related integrations for clearer terminology.
Original PR description
With the first commit, the last folder_id selected in the document kanban view is saved in the cookies, it allows the view to retrieve and load the last folder visited by default. With the second commit, the name "Folder" is changed to "Workspace". task: #1934278
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
Code cleanup and technical improvements
The website events page now uses a dedicated template for the country events snippet instead of duplicating the same code in multiple places. This makes the feature easier to maintain and reduces the risk of inconsistencies in future updates.
Original PR description
The snippet was not using an XML template of his own and its code was duplicated by the "Country Events" option.
The eLearning slides app now records each user's relationship with a slide, starting with their like or dislike vote. This makes vote counts more reliable and prepares the module for future learning activity tracking such as viewed slides, quizzes, and rewards.