-
-
Notifications
You must be signed in to change notification settings - Fork 314
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
[FIX] mis_builder: let non-admins print reports #476
Conversation
No CI here? @sbidoul |
Dunno why there is no ci, no time to look today. |
Yikes, I didn't find it :/. Well, this one includes a smaller change, changelog a test. Maybe you can merge and rebase yours on top of this one? Or how do you prefer to proceed? |
I'll rebase mine. This looks good to me. Thanks for adding a test. |
145cf6a
to
bb82b0a
Compare
This is weird. Locally, both pre-commit and odoo tests pass OK. Also in production you can open the mis report. Some ideas? Maybe you can merge this on #416 and continue there? I rebased, just in case. |
bb82b0a
to
d43fe2c
Compare
I just pushed a copier update to 15.0 here. A rebase should fix pre-commit. |
Ok, cherry-picked in #416. So closing this one. |
Description
Before this patch, normal users would get
AccessError
when trying to preview or print reports.Towards #415.
@moduon MT-1527