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

[16.0][MIG] stock_request_direction: Migration to 16.0 #19

Closed
wants to merge 2 commits into from

Conversation

peluko00
Copy link
Contributor

@peluko00 peluko00 commented Apr 4, 2024

No description provided.

@rousseldenis
Copy link
Contributor

@peluko00 You should also preserve commit history.

When doing format patch you should point to the former repo

@peluko00 peluko00 closed this Apr 4, 2024
@peluko00 peluko00 deleted the 16.0-mig-stock_request_direction branch April 4, 2024 08:22
@peluko00
Copy link
Contributor Author

peluko00 commented Apr 4, 2024

@peluko00 You should also preserve commit history.

When doing format patch you should point to the former repo

How can i do that?
I can't format patch from another repository

@rousseldenis
Copy link
Contributor

rousseldenis commented Apr 11, 2024

@peluko00 You should also preserve commit history.
When doing format patch you should point to the former repo

How can i do that? I can't format patch from another repository

@peluko00 Yes you can. Locally, you can do git remote add stock-logistics-warehouse https://github.com/OCA/stock-logistics-warehouse, then git fetch stock-logistics-warehouse, then git format-patch --keep-subject --stdout <your current repo>/16.0..stock-logistics-warehouse/14.0 -- stock_request_direction | git am -3 --keep

@peluko00
Copy link
Contributor Author

@peluko00 You should also preserve commit history.
When doing format patch you should point to the former repo

How can i do that? I can't format patch from another repository

@peluko00 Yes you can. Locally, you can do git remote add stock-logistics-warehouse https://github.com/OCA/stock-logistics-warehouse, then git fetch stock-logistics-warehouse, then git format-patch --keep-subject --stdout <your current repo>/16.0..stock-logistics-warehouse/14.0 -- stock_request_direction | git am -3 --keep

Works! Many Thanks Denis!

@peluko00
Copy link
Contributor Author

peluko00 commented Apr 11, 2024

NEW PR here

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.

2 participants