Sunday, August 23, 2026
1 change · saas-19.4
Enhancements to existing features
Users can again use folder actions from the menu to create dynamic document views for spreadsheets and knowledge articles. Shared folder links also work better when embedded, while safeguards prevent private access tokens from being exposed.
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#128846 Forward-Port-Of: odoo/enterprise#122481