-
- Downloads
[FIX] mail: fix access rights for reaction in portal
Before this commit, the portal user get a Access Error. After this commit, the portal user see the chatter without error. The code works with reaction browsed in sudo, but since we use a ior with a record not in sudo, we loose the sudo flag and so the right for portal user to read it. ```py x = record.sudo() y = record x |= y -> (x, y) in sudo y |= x -> (x, y) not in sudo ``` How to reproduce ? Assign lead to a portal user Post a message with another user like demo on the lead Add reaction with the admin user Open the opportunity on the portal with portal user -> access error opw-3215507 closes odoo/odoo#117224 X-original-commit: ca1fe2ae Signed-off-by:Alexandre Kühn (aku) <aku@odoo.com>
Loading
Please register or sign in to comment