-
-
Notifications
You must be signed in to change notification settings - Fork 31
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
[18.0][MIG] mail optional follower notification #37
base: 18.0
Are you sure you want to change the base?
[18.0][MIG] mail optional follower notification #37
Conversation
Note this replaces #11 which had some process errors |
@pedrobaeza Sorry I need your help. I did process above, got a nice clean 52 commits, and have ended up requesting to merge 193 with all unrelated modules. Is it documented anywhere the process to move one repo to another? |
You don't have to cherry-pick, but apply the same
|
* [ADD] Add mail_optional_follower_notifications module * [CHG][mail_optional_follower_notifications] Readme. * [IMP][mail_optional_follower_notifications] Code review. * [CHG] Rename mail_optional_follower_notifications to mail_optional_follower_notification * [IMP][mail_optional_follower_notification] Review
…e res.partner and channel
…r_notification and mail_optional_autofollow
…tify instead of notify_followers. Without this commit, followers are NEVER notified when a message is directly posted on the tracker (without click to open the mail compose message form)
Currently translated at 100.0% (5 of 5 strings) Translation: social-10.0/social-10.0-mail_optional_follower_notification Translate-URL: https://translation.odoo-community.org/projects/social-10-0/social-10-0-mail_optional_follower_notification/de/
Currently translated at 100.0% (5 of 5 strings) Translation: social-10.0/social-10.0-mail_optional_follower_notification Translate-URL: https://translation.odoo-community.org/projects/social-10-0/social-10-0-mail_optional_follower_notification/pt/
Co-authored-by: Isabelle RICHARD <[email protected]>
Currently translated at 50.0% (2 of 4 strings) Translation: social-14.0/social-14.0-mail_optional_follower_notification Translate-URL: https://translation.odoo-community.org/projects/social-14-0/social-14-0-mail_optional_follower_notification/es/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: social-16.0/social-16.0-mail_optional_follower_notification Translate-URL: https://translation.odoo-community.org/projects/social-16-0/social-16-0-mail_optional_follower_notification/
Currently translated at 100.0% (4 of 4 strings) Translation: social-16.0/social-16.0-mail_optional_follower_notification Translate-URL: https://translation.odoo-community.org/projects/social-16-0/social-16-0-mail_optional_follower_notification/it/
Currently translated at 100.0% (4 of 4 strings) Translation: social-16.0/social-16.0-mail_optional_follower_notification Translate-URL: https://translation.odoo-community.org/projects/social-16-0/social-16-0-mail_optional_follower_notification/pt_BR/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: social-17.0/social-17.0-mail_optional_follower_notification Translate-URL: https://translation.odoo-community.org/projects/social-17-0/social-17-0-mail_optional_follower_notification/
Currently translated at 100.0% (4 of 4 strings) Translation: social-17.0/social-17.0-mail_optional_follower_notification Translate-URL: https://translation.odoo-community.org/projects/social-17-0/social-17-0-mail_optional_follower_notification/it/
Currently translated at 100.0% (4 of 4 strings) Translation: social-17.0/social-17.0-mail_optional_follower_notification Translate-URL: https://translation.odoo-community.org/projects/social-17-0/social-17-0-mail_optional_follower_notification/pl/
Add a settings to set a default for the boolean 'Notifiy Followers' in the wizard
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: social-17.0/social-17.0-mail_optional_follower_notification Translate-URL: https://translation.odoo-community.org/projects/social-17-0/social-17-0-mail_optional_follower_notification/
Currently translated at 100.0% (7 of 7 strings) Translation: social-17.0/social-17.0-mail_optional_follower_notification Translate-URL: https://translation.odoo-community.org/projects/social-17-0/social-17-0-mail_optional_follower_notification/it/
085271e
to
63649cd
Compare
OK Done, tyvm for your help |
63649cd
to
c86de31
Compare
Sorry, I am bit slow today, I migrated to v16 instead of v18. Will fix |
e7ff71a
to
f4bf729
Compare
c995865
to
f6c62f1
Compare
f6c62f1
to
c1396aa
Compare
Not so Standard migration.
There are changes to the message composition view upstream and a new widget. As such I have modified the view to try and suit, however a functional review would be useful, esp. in terms of the mail composer layout.