-
-
Notifications
You must be signed in to change notification settings - Fork 101
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] resource_booking: suggest involved partners as followers #42
Merged
OCA-git-bot
merged 1 commit into
OCA:13.0
from
Tecnativa:13.0-resource_booking-suggest_followers
Sep 15, 2021
Merged
[FIX] resource_booking: suggest involved partners as followers #42
OCA-git-bot
merged 1 commit into
OCA:13.0
from
Tecnativa:13.0-resource_booking-suggest_followers
Sep 15, 2021
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pedrobaeza
reviewed
Aug 2, 2021
pedrobaeza
approved these changes
Aug 3, 2021
d89aadd
to
cb49f70
Compare
Includes those coming from requester and from resource combination. @Tecnativa TT31901
cb49f70
to
39f4c31
Compare
/ocabot merge patch |
Hey, thanks for contributing! Proceeding to merge this for you. |
Congratulations, your PR was merged at 0000350. Thanks a lot for contributing to OCA. ❤️ |
yajo
pushed a commit
to Tecnativa/calendar
that referenced
this pull request
Sep 27, 2021
When some partner is a resource assigned to a booking, he should get auto-subscribed. Inspired in OCA#42, but I'm changing that behavior. @Tecnativa TT32148
yajo
pushed a commit
to Tecnativa/calendar
that referenced
this pull request
Oct 1, 2021
When some partner is a resource assigned to a booking, he should get auto-subscribed. Inspired in OCA#42, but I'm changing that behavior. @Tecnativa TT32148
yajo
pushed a commit
to Tecnativa/calendar
that referenced
this pull request
Oct 1, 2021
When some partner is a resource assigned to a booking, he should get auto-subscribed. Inspired in OCA#42, but I'm changing that behavior. @Tecnativa TT32148
njeudy
pushed a commit
to nj-0k-io/calendar
that referenced
this pull request
Jan 19, 2022
When some partner is a resource assigned to a booking, he should get auto-subscribed. Inspired in OCA#42, but I'm changing that behavior. @Tecnativa TT32148
pedrobaeza
pushed a commit
to Tecnativa/calendar
that referenced
this pull request
Oct 24, 2022
When some partner is a resource assigned to a booking, he should get auto-subscribed. Inspired in OCA#42, but I'm changing that behavior. @Tecnativa TT32148
victoralmau
pushed a commit
to Tecnativa/calendar
that referenced
this pull request
Mar 3, 2023
When some partner is a resource assigned to a booking, he should get auto-subscribed. Inspired in OCA#42, but I'm changing that behavior. @Tecnativa TT32148
victoralmau
pushed a commit
to Tecnativa/calendar
that referenced
this pull request
Mar 6, 2023
When some partner is a resource assigned to a booking, he should get auto-subscribed. Inspired in OCA#42, but I'm changing that behavior. @Tecnativa TT32148
pedrobaeza
pushed a commit
to Tecnativa/calendar
that referenced
this pull request
Mar 25, 2023
When some partner is a resource assigned to a booking, he should get auto-subscribed. Inspired in OCA#42, but I'm changing that behavior. @Tecnativa TT32148
victoralmau
pushed a commit
to Tecnativa/calendar
that referenced
this pull request
Mar 11, 2024
When some partner is a resource assigned to a booking, he should get auto-subscribed. Inspired in OCA#42, but I'm changing that behavior. @Tecnativa TT32148
isaaccf
pushed a commit
to isaaccf/calendar
that referenced
this pull request
Sep 5, 2024
When some partner is a resource assigned to a booking, he should get auto-subscribed. Inspired in OCA#42, but I'm changing that behavior. @Tecnativa TT32148
victoralmau
pushed a commit
to Tecnativa/calendar
that referenced
this pull request
Nov 11, 2024
When some partner is a resource assigned to a booking, he should get auto-subscribed. Inspired in OCA#42, but I'm changing that behavior. @Tecnativa TT32148
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Includes those coming from requester and from resource combination.
Fixes this:
@Tecnativa TT31901