如何将odoo 11应用成功迁移到odoo 12?

时间:2018-12-14 06:15:42

标签: git migration odoo porting odoo-11

有哪些步骤?就我而言,我需要将酒店管理应用迁移到odoo 12 git。

click here for the git repository of vertical hotel

1 个答案:

答案 0 :(得分:1)

以下是执行此操作的步骤:

# clone the original repository
git clone <url>

# Create the second repository on your server

# once the repository is created add the second remote
git remote add odoo12 <new url>

# upload the code to your new repo
git push odoo12 --all 

如果您使用的是GitHub,则可以简单地分叉该项目.....