Skip to content

Commit f471535

Browse files
andreampiovesanamart-e
authored andcommitted
[FIX] reference odoo 10 in setup_dev
Instead of links to 9.0 branch Closes odoo#15588
1 parent 53ceda5 commit f471535

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

setup/setup_dev.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,10 @@ def cmd_setup_git():
8787
run('git','config','remote.odoo-dev.url','https://github.com/odoo-dev/odoo.git')
8888
run('git','config','remote.odoo-dev.pushurl','git@github.com:odoo-dev/odoo.git')
8989
run('git','remote','update')
90-
# setup 9.0 branch
91-
run('git','config','branch.9.0.remote','odoo')
92-
run('git','config','branch.9.0.merge','refs/heads/9.0')
93-
run('git','checkout','9.0')
90+
# setup 10.0 branch
91+
run('git','config','branch.10.0.remote','odoo')
92+
run('git','config','branch.10.0.merge','refs/heads/10.0')
93+
run('git','checkout','10.0')
9494
else:
9595
printf('no git repo found')
9696

0 commit comments

Comments
 (0)