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] website_sale_order_company: Migration to 10.0 #180

Closed
wants to merge 6 commits into from

Conversation

reinka
Copy link

@reinka reinka commented Jun 17, 2017

Forwarded from OCA/website, see PR #355

--
I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr

@pedrobaeza
Copy link
Member

pedrobaeza commented Jun 18, 2017

I'm afraid you haven't kept commit history. This time, it's a cross-repository check, so these are the commands from scratch for this specific migration keeping the same PR:

git clone git@github.com:OCA/e-commerce.git
cd e-commerce
git checkout -b 10.0-mig-website_sale_order_company
git remote add website git@github.com:OCA/website.git
git fetch website
git format-patch --stdout origin/10.0..website/9.0 -- website_sale_order_company | git am -3
... <do migration>
git remote add reinka git@github.com:OCA/reinka.git
git push --set-upstream reinka -f

@yajo yajo added this to the 10.0 milestone Jun 19, 2017
@reinka reinka force-pushed the 10.0-mig-website_sale_order_company branch from 4abd3e8 to 30787f4 Compare June 19, 2017 16:45
@reinka
Copy link
Author

reinka commented Jun 19, 2017

Thanks for your instructions. I'll keep it in mind for the next time.

@github-actions
Copy link

There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days.
If you want this PR to never become stale, please ask a PSC member to apply the "no stale" label.

@github-actions github-actions bot added the stale PR/Issue without recent activity, it'll be soon closed automatically. label Dec 19, 2021
@github-actions github-actions bot closed this Jan 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs fixing needs review stale PR/Issue without recent activity, it'll be soon closed automatically.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants