-
-
Notifications
You must be signed in to change notification settings - Fork 180
[16.0][FIX] maintenance_timesheet: Define the correct rule to show only what is related to maintenance_request_id #501
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
[16.0][FIX] maintenance_timesheet: Define the correct rule to show only what is related to maintenance_request_id #501
Conversation
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.
The change is not correct as is. I don't say it was correct, but the solution isn't to change =
to !=
. That way, you give access to all the timesheets related to maintenance. Maybe you need to just remove that part?
Right now, I don't know exactly what is not being taken into account. Before After So what is the appropriate rule? |
Sure, the original code seems to be incorrect, you're right 😕 The new one already makes more changes than moving |
maintenance_timesheet/security/maintenance_timesheet_security.xml
Outdated
Show resolved
Hide resolved
…t is related to maintenance_request_id TT56859
ced87c2
to
f08beb8
Compare
/ocabot merge nobump |
What a great day to merge this nice PR. Let's do it! |
Congratulations, your PR was merged at a131e60. Thanks a lot for contributing to OCA. ❤️ |
Define the correct rule to show only what is related to
maintenance_request_id
Locked by:
project_timesheet_time_control
: [16.0][FIX] project_timesheet_time_control: Define the appropriate date if it is a str project#1547Please @pedrobaeza and @pilarvargas-tecnativa can you review it?
@Tecnativa TT56859