Skip to content

Commit 1bee07e

Browse files
adrienmilisAntoineVDV
authored andcommitted
[FIX] developer/rd-training: fix commands
Changed commands that were still referring to Odoo 14.0 to 15.0 closes #1879 X-original-commit: b578f57 Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
1 parent bc2e37d commit 1bee07e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/developer/howtos/rdtraining/02_setup.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -148,22 +148,22 @@ Here are some useful git commands for your day-to-day work.
148148
.. code-block:: console
149149
150150
$ cd $HOME/src/odoo
151-
$ git checkout 14.0
151+
$ git checkout saas-15.3
152152
153153
$ cd $HOME/src/enterprise
154-
$ git checkout 14.0
154+
$ git checkout saas-15.3
155155
156156
* Fetch and rebase:
157157

158158
.. code-block:: console
159159
160160
$ cd $HOME/src/odoo
161161
$ git fetch --all --prune
162-
$ git rebase --autostash odoo/14.0
162+
$ git rebase --autostash odoo/saas-15.3
163163
164164
$ cd $HOME/src/enterprise
165165
$ git fetch --all --prune
166-
$ git rebase --autostash enterprise/14.0
166+
$ git rebase --autostash enterprise/saas-15.3
167167
168168
169169
Install the dependencies

0 commit comments

Comments
 (0)