Daily updates from Odoo
Tuesday, January 29, 2019
3 changes · master
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
Code cleanup and technical improvements
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.