[FIX] developer/rd-training: fix commands

Changed commands that were still referring to Odoo 14.0 to 15.0

closes odoo/documentation#1877

X-original-commit: b578f575d0
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
This commit is contained in:
Adrien Milis 2022-04-25 11:59:42 +00:00 committed by Antoine Vandevenne (anv)
parent deb743e1d7
commit 8aa6d9a72c

View File

@ -148,10 +148,10 @@ Here are some useful git commands for your day-to-day work.
.. code-block:: console
$ cd $HOME/src/odoo
$ git checkout 14.0
$ git checkout saas-15.1
$ cd $HOME/src/enterprise
$ git checkout 14.0
$ git checkout saas-15.1
* Fetch and rebase:
@ -159,11 +159,11 @@ Here are some useful git commands for your day-to-day work.
$ cd $HOME/src/odoo
$ git fetch --all --prune
$ git rebase --autostash odoo/14.0
$ git rebase --autostash odoo/saas-15.1
$ cd $HOME/src/enterprise
$ git fetch --all --prune
$ git rebase --autostash enterprise/14.0
$ git rebase --autostash enterprise/saas-15.1
Install the dependencies