Daily updates from Odoo
Monday, March 31, 2025
1 change · master
Security fixes and vulnerability patches
Document actions can now only be pinned when the user has write access to the target folder. This helps prevent unauthorized changes to shared document workflows while keeping action behavior aligned with folder permissions.
Original PR description
Purpose ======= Check that we have write access on a folder to be able to pin an action. Create a new type of action (new `usage`). With that type, we check that the action is pinned on the folder of the documents we are executing the action on. Remove unused file. Task-4535626