-
Notifications
You must be signed in to change notification settings - Fork 25k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FW][FIX] calendar: allow internal users to download invitation.ics #162502
[FW][FIX] calendar: allow internal users to download invitation.ics #162502
Conversation
@nda-odoo @arj-odoo cherrypicking of pull request #160811 failed. stdout:
stderr:
Either perform the forward-port manually (and push to this branch, proceeding as usual) or close this PR (maybe?). In the former case, you may want to edit this PR message as well. More info at https://github.com/odoo/odoo/wiki/Mergebot#forward-port |
Access rights on ir.attachment depend on the record it is linked to. steps to reproduce: - log as admin - create a calendar event and invite marc demo - log as marc demo - check discuss notifications and try to download "invite.ics" before this commit: - file can not be downloaded from the webclient (access error appear in logs) after this commit: - file can be downloaded from the webclient opw-3754798 X-original-commit: 5ea164b
35d5fce
to
54ebc47
Compare
@robodoo r+ |
Access rights on ir.attachment depend on the record it is linked to. steps to reproduce: - log as admin - create a calendar event and invite marc demo - log as marc demo - check discuss notifications and try to download "invite.ics" before this commit: - file can not be downloaded from the webclient (access error appear in logs) after this commit: - file can be downloaded from the webclient opw-3754798 closes #162502 X-original-commit: 5ea164b Signed-off-by: Arnaud Joset (arj) <arj@odoo.com> Signed-off-by: Nicolas Danhier (nda) <nda@odoo.com>
Access rights on ir.attachment depend on the record it is linked to.
steps to reproduce:
before this commit:
after this commit:
opw-3754798
I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Forward-Port-Of: #162260
Forward-Port-Of: #160811