You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Select links and pieces of information from Odoo Enterprise wiki
were copied over at the end Chap. 2 of the functional training.
These would be useful to have during the tutorial instead of at
the end of it.
closes#1473
Signed-off-by: Antoine Vandevenne (anv) <[email protected]>
Co-authored-by: Antoine Vandevenne (anv) <[email protected]>
@@ -43,7 +54,7 @@ authentication will allow you to connect to GitHub without supplying your userna
43
54
password every time.
44
55
45
56
46
-
The following instructions are based on the official `GitHub documentation <https://docs.github.com/en/github/authenticating-to-github/connecting-to-github-with-ssh>`__.
57
+
The following instructions are based on the official `GitHub documentation <https://docs.github.com/en/github/authenticating-to-github/connecting-to-github-with-ssh>`_.
47
58
48
59
49
60
Here is a step-by-step procedure:
@@ -104,9 +115,9 @@ Configure development repository
104
115
--------------------------------
105
116
106
117
To contribute to Odoo's development you will need to
107
-
`fork the repository <https://guides.github.com/activities/forking/>`__, create a branch containing
118
+
`fork the repository <https://guides.github.com/activities/forking/>`_, create a branch containing
(`Chromium <https://www.chromium.org/Home>`_ the open source equivalent) or any other browser with
302
313
development tools.
303
314
304
315
To log in as the administrator user, you can use the following credentials:
@@ -313,7 +324,7 @@ The Developer or Debug Mode gives you access to additional (advanced) tools.
313
324
314
325
This is useful for training and we assume that the user is in developer mode for the rest of the tutorials.
315
326
316
-
To activate the developer or debug mode you can follow the steps `here <https://www.odoo.com/documentation/user/general/developer_mode/activate.html>`__.
327
+
To activate the developer or debug mode you can follow the steps `here <https://www.odoo.com/documentation/user/general/developer_mode/activate.html>`_.
317
328
318
329
Extra tools
319
330
===========
@@ -360,7 +371,7 @@ Administrator tools for PostgreSQL
360
371
-----------------------------------
361
372
362
373
You can manage your PostgreSQL databases using the command line as demonstrated earlier or using
363
-
a GUI application such as `pgAdmin <https://www.pgadmin.org/download/pgadmin-4-apt/>`__ or `DBeaver <https://dbeaver.io/>`__.
374
+
a GUI application such as `pgAdmin <https://www.pgadmin.org/download/pgadmin-4-apt/>`_ or `DBeaver <https://dbeaver.io/>`_.
364
375
365
376
To connect the GUI application to your database we recommend you connect using the Unix socket.
366
377
@@ -375,8 +386,8 @@ Python Debugging
375
386
When facing a bug or trying to understand how the code works, simply printing things out can
376
387
go a long way, but a proper debugger can save a lot of time.
377
388
378
-
You can use a classic Python library debugger (`pdb <https://docs.python.org/3/library/pdb.html>`__,
379
-
`pudb <https://pypi.org/project/pudb/>`__ or `ipdb <https://pypi.org/project/ipdb/>`__) or you can
389
+
You can use a classic Python library debugger (`pdb <https://docs.python.org/3/library/pdb.html>`_,
390
+
`pudb <https://pypi.org/project/pudb/>`_ or `ipdb <https://pypi.org/project/ipdb/>`_) or you can
380
391
use your editor's debugger. To avoid difficult configurations in the beginning, it is
381
392
easier if you use a library debugger.
382
393
@@ -460,5 +471,51 @@ Here is a list of commands:
460
471
limit_time_cpu = 9999
461
472
limit_time_real = 9999
462
473
463
-
Now that your server is running, it's time to start
474
+
Additional resources
475
+
--------------------
476
+
477
+
Below are links to resources that could prove helpful during this tutorial.
478
+
479
+
Git
480
+
~~~
481
+
482
+
- Atlassian has a set of `excellent tutorials <https://www.atlassian.com/git/tutorials/>`_.
0 commit comments