[FIX] developer/rd-training: fix commands

Changed commands that were still referring to Odoo 14.0 to 15.0

closes odoo/documentation#1868

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 GitHub
parent 9693824bee
commit b578f575d0

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 15.0
$ cd $HOME/src/enterprise
$ git checkout 14.0
$ git checkout 15.0
* 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/15.0
$ cd $HOME/src/enterprise
$ git fetch --all --prune
$ git rebase --autostash enterprise/14.0
$ git rebase --autostash enterprise/15.0
Install the dependencies