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

[MIG] mail_attach_existing_attachment: Migration to 18.0 #22

Conversation

fredericgrall
Copy link

No description provided.

OCA-git-bot and others added 30 commits October 8, 2024 12:50
Currently translated at 100.0% (5 of 5 strings)

Translation: social-14.0/social-14.0-mail_thread_create_nolog
Translate-URL: https://translation.odoo-community.org/projects/social-14-0/social-14-0-mail_thread_create_nolog/es/
Followers of a discussion in the chatter of Odoo can be informed by email
of a new message being created.
This module adds in that email the history of the chatter discussion to help
the recipient with more context.
Currently translated at 100.0% (7 of 7 strings)

Translation: social-14.0/social-14.0-mail_notification_with_history
Translate-URL: https://translation.odoo-community.org/projects/social-14-0/social-14-0-mail_notification_with_history/es/
Signed-off-by sebalix
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: social-18.0/social-18.0-mail_thread_create_nolog
Translate-URL: https://translation.odoo-community.org/projects/social-18-0/social-18-0-mail_thread_create_nolog/
Currently translated at 100.0% (2 of 2 strings)

Translation: social-18.0/social-18.0-mail_thread_create_nolog
Translate-URL: https://translation.odoo-community.org/projects/social-18-0/social-18-0-mail_thread_create_nolog/it/
oca-ci and others added 22 commits December 30, 2024 12:25
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: social-16.0/social-16.0-mail_attach_existing_attachment
Translate-URL: https://translation.odoo-community.org/projects/social-16-0/social-16-0-mail_attach_existing_attachment/
Currently translated at 66.6% (2 of 3 strings)

Translation: social-16.0/social-16.0-mail_attach_existing_attachment
Translate-URL: https://translation.odoo-community.org/projects/social-16-0/social-16-0-mail_attach_existing_attachment/it/
Currently translated at 100.0% (3 of 3 strings)

Translation: social-16.0/social-16.0-mail_attach_existing_attachment
Translate-URL: https://translation.odoo-community.org/projects/social-16-0/social-16-0-mail_attach_existing_attachment/es/
Currently translated at 100.0% (3 of 3 strings)

Translation: social-16.0/social-16.0-mail_attach_existing_attachment
Translate-URL: https://translation.odoo-community.org/projects/social-16-0/social-16-0-mail_attach_existing_attachment/it/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: social-16.0/social-16.0-mail_attach_existing_attachment
Translate-URL: https://translation.odoo-community.org/projects/social-16-0/social-16-0-mail_attach_existing_attachment/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: social-17.0/social-17.0-mail_attach_existing_attachment
Translate-URL: https://translation.odoo-community.org/projects/social-17-0/social-17-0-mail_attach_existing_attachment/
Currently translated at 100.0% (4 of 4 strings)

Translation: social-17.0/social-17.0-mail_attach_existing_attachment
Translate-URL: https://translation.odoo-community.org/projects/social-17-0/social-17-0-mail_attach_existing_attachment/it/
Currently translated at 100.0% (4 of 4 strings)

Translation: social-17.0/social-17.0-mail_attach_existing_attachment
Translate-URL: https://translation.odoo-community.org/projects/social-17-0/social-17-0-mail_attach_existing_attachment/it/
[MIG] mail_attach_existing_attachment: Migration to 18.0
@pedrobaeza
Copy link
Member

I'm afraid you have lost here the commit history. You should change the commands to have the source branch on the other repo and the target branch in this one.

@fredericgrall fredericgrall force-pushed the 18.0-mig-mail_attach_existing_attachment branch from 2138d35 to 8a83916 Compare December 31, 2024 07:05
@fredericgrall
Copy link
Author

@pedrobaeza, I'm sorry to bother you, can you help me? I changed the destination but when I want to create the pull request, github sees pull request #22 and doesn't allow me to create a new one. Sorry again

@pedrobaeza
Copy link
Member

From scratch, these are the commands to get the commit history in this repository (assuming you have SSH key in GitHub - if not, replace by https URLs and put credentials each time -):

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

@fredericgrall
Copy link
Author

@pedrobaeza thank you, but my problem is when i want create new pull request
image
Perhaps delete this pull request

@pedrobaeza
Copy link
Member

That's because you have pushed the mail branch to this repository, which has a totally different commit history, as said in the bottom line. Do the steps as I have put to retrieve the commit history in this repository history.

@fredericgrall
Copy link
Author

@pedrobaeza thanks for your help, it's corrected

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.