-
-
Notifications
You must be signed in to change notification settings - Fork 315
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
[15.0] fix permission issues when running as non-admin user #416
Conversation
Hey @sbidoul, thank you for your Pull Request. It looks like some users haven't signed our Contributor License Agreement, yet.
Appreciation of efforts, |
a120cb3
to
10a6a83
Compare
This at least lets non-admin use and display mis reports. Creating report templates still require admin rights in some circumstances, such as creating queries. Suggestions welcome. |
10a6a83
to
f08fe60
Compare
IIRC, that is only the advanced template options, isn't it? Why not putting them in separate views protected with the same settings permission and let usual templates to work with the same permission level? |
There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. |
f08fe60
to
beccd73
Compare
@rafaelbn would you like to test this one on runboat? |
The users can access to MIS Reporting if they are Billing Administrator, but not system administrator. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
This PR has the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My review with a question:
- Should have access to MIS REPORT a only "Billing" user?
/ocabot merge patch Thanks for the review, folks. @rafaelbn regarding access for billing users, well, it's debatable, but I think it is a reasonable default. It's been like this forever. We have done projects where access to account move was restricted by department and such so department managers can see the P&L of their department but not others. |
Hey, thanks for contributing! Proceeding to merge this for you. |
The menu visibility was modified in #460 |
Congratulations, your PR was merged at 331504a. Thanks a lot for contributing to OCA. ❤️ |
Towards #415