Saturday, August 22, 2026
3 changes · saas-19.3
Enhancements to existing features
This update enables an automated quality check for a set of web document tests. It helps keep the test code consistent and easier to maintain, reducing the risk of future issues in this area.
Original PR description
Task-5180137 Forward-Port-Of: odoo/odoo#283893 Forward-Port-Of: odoo/odoo#280233
Users can again access key sharing and export actions from document folder menus, including when using spreadsheet and knowledge embedded views. This makes it easier to share dynamic folder views while adding safeguards to avoid exposing access tokens in knowledge links.
Original PR description
Also impacted: test_documents_full It is convenient to export a dynamic view of a folder in both spreadsheet and knowledge links settings. * Care is taken to avoid leaking access folders tokens through the search panel/model's state in knowledge. * We also enable sharing folders shared via link through embedded views as it enables benefitting from the power of them vs. adding the link to the folder in the article. * As with other actions initiated on shortcuts, the "real" operation is done on the target. Sharing the target is simpler than patching a folder "child_of" to return the target children (shortcut as documents_unique_folder_id is not supported). Task-5180137 Forward-Port-Of: odoo/enterprise#128805 Forward-Port-Of: odoo/enterprise#122481
Timesheet Assistant now matches Gmail-related activities more reliably by prioritizing learned subject-based matches before falling back to email address matching. When an email address is shared by multiple contacts, it prefers the contact linked to a user with the same email, reducing incorrect project or contact suggestions.