-
-
Notifications
You must be signed in to change notification settings - Fork 539
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
[14.0] base_tier_validation_forward: Improve wizard usability #887
base: 14.0
Are you sure you want to change the base?
[14.0] base_tier_validation_forward: Improve wizard usability #887
Conversation
Hi @kittiu, @LoisRForgeFlow, |
* Do not require a comment to forward validation * Restrict possibility to forward to same user
1f1252f
to
7174641
Compare
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. |
@OCA/tools-maintainers anyone to reopen this please? 🙏 |
Hi @LoisRForgeFlow, @kittiu, |
@@ -101,6 +101,7 @@ def _get_sequences_to_approve(self, user): | |||
sequences.append(my_sequence) | |||
return sequences | |||
|
|||
@api.depends_context("uid") |
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.
can you elaborate, why is it a missing decorator?
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.
forgot to ping you @grindtildeath
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.
@LoisRForgeFlow It's such a long time ago I don't remember exactly why it was needed. 😞
But if self.env.user
is used in the compute function, it means the function still depends on connected user. I guess it could havve been we had some local tests where the value was not recomputed after altering the user, but I cannot tell for sure.
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.
it is hard for me to approve then. Without steps to reproduce or a description of what's being solved... 😕
No description provided.