-
-
Notifications
You must be signed in to change notification settings - Fork 95
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][IMP] resource_booking: Add support for mail_note subtype by default #129
[16.0][IMP] resource_booking: Add support for mail_note subtype by default #129
Conversation
Hi @ows-cloud, @pedrobaeza, |
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.
Isn't better to delay the subscription of the resources for avoiding both problems?
On the commit message, please change related to
by complement of
, as it's not the same.
Followers are added when creating the |
What I still don't understand is why doing a manual calendar event with multiple attendees, this is not happening. Why can't we mimic what standard does there? |
Yes, it is possible for this to happen with a manual event. Steps to reproduce it.
Do you think this is something that should be resolved in |
Let's keep it this way, as to get it upstream will be difficult, and mangle with followers will be difficult. |
If we are creating the calendar event from resource booking, we want to notify only the partner_ids and not all followers (to avoid that each email is sent to all followers). Example: Resource booking with combination of several users. This happens only when the the subtype not is enabled by default in the instance. Related to OCA@a3cd5a8 TT49045
22c8dba
to
851dc9a
Compare
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.
Let's see if we finally tackle this:
/ocabot merge patch
Hey, thanks for contributing! Proceeding to merge this for you. |
@pedrobaeza The merge process could not be finalized, because command
|
Congratulations, your PR was merged at 8319f3c. Thanks a lot for contributing to OCA. ❤️ |
Add support for mail_note subtype by default
If we are creating the calendar event from resource booking, we want to notify only the partner_ids and not all followers (to avoid that each email is sent to all followers). Example: Resource booking with combination of several users. This happens only when the the subtype not is enabled by default in the instance.
Related to a3cd5a8
Please @pedrobaeza can you review it?
@Tecnativa TT49045