Skip to content
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

Open
wants to merge 53 commits into
base: 18.0
Choose a base branch
from

Conversation

gdgellatly
Copy link
Contributor

@gdgellatly gdgellatly commented Feb 17, 2025

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.

@gdgellatly
Copy link
Contributor Author

Note this replaces #11 which had some process errors

@gdgellatly
Copy link
Contributor Author

@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?

@pedrobaeza
Copy link
Member

You don't have to cherry-pick, but apply the same git format-patch than the guide, but with 2 different remotes:

git remote add social [email protected]:OCA/social.git
git remote add origin [email protected]:OCA/mail.git
git fetch social 17.0
git fetch origin 18.0
git format-patch --keep-subject --stdout origin/18.0..social/17.0 -- mail_optional_follower_notification | git am -3 --keep

adrienpeiffer and others added 27 commits February 17, 2025 21:45
* [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
…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/
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/
weblate and others added 16 commits February 17, 2025 21:45
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/
@gdgellatly gdgellatly force-pushed the 18.0-mig-mail_optional_follower_notification branch 2 times, most recently from 085271e to 63649cd Compare February 17, 2025 08:52
@gdgellatly
Copy link
Contributor Author

OK Done, tyvm for your help

@gdgellatly gdgellatly force-pushed the 18.0-mig-mail_optional_follower_notification branch from 63649cd to c86de31 Compare February 17, 2025 08:56
@gdgellatly
Copy link
Contributor Author

Sorry, I am bit slow today, I migrated to v16 instead of v18. Will fix

@gdgellatly gdgellatly force-pushed the 18.0-mig-mail_optional_follower_notification branch 3 times, most recently from e7ff71a to f4bf729 Compare February 17, 2025 09:20
@gdgellatly gdgellatly changed the title 18.0 mig mail optional follower notification [18.0][MIG] mail optional follower notification Feb 18, 2025
@gdgellatly gdgellatly force-pushed the 18.0-mig-mail_optional_follower_notification branch 2 times, most recently from c995865 to f6c62f1 Compare February 18, 2025 21:18
@gdgellatly gdgellatly force-pushed the 18.0-mig-mail_optional_follower_notification branch from f6c62f1 to c1396aa Compare February 18, 2025 21:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.