This commit is contained in:
Julien Castiaux
2023-05-03 16:01:01 +02:00
parent 9b04ed1d01
commit 6fe7cb3a67
3 changed files with 13 additions and 3 deletions

View File

@@ -67,11 +67,11 @@ and then push them to GitHub. Skip this section and go to
$ cd /CommunityPath
$ git remote add dev git@github.com:odoo-dev/odoo.git
$ git remote set-url --push origin no_push
$ git remote set-url --push origin ''
$ cd /EnterprisePath
$ git remote add dev git@github.com:odoo-dev/enterprise.git
$ git remote set-url --push origin no_push
$ git remote set-url --push origin ''
#. That's it! You are ready to :ref:`make your first contribution
<contributing/development/first-contribution>`.

View File

@@ -12,6 +12,7 @@ Tutorials
tutorials/define_module_data
tutorials/restrict_data_access
tutorials/unit_tests
tutorials/git
tutorials/pdf_reports
tutorials/dashboards
@@ -34,7 +35,6 @@ Tutorials
.. card:: Restrict access to data
:target: tutorials/restrict_data_access
:tag: Beginner
Implement security measures to restrict access to sensitive data with the help of groups,
access rights, and record rules.
@@ -46,6 +46,13 @@ Tutorials
Write effective unit tests in Python to ensure the resilience of your code and safeguard it
against unexpected behaviors and regressions.
.. card:: Collaborate using git
:target: tutorials/git
:tag: Beginner
Hands on git and github, the two softwares that are used by both Odoo employees and external
people to work together on the source code and this documentation.
.. card:: Build PDF reports
:target: tutorials/pdf_reports

View File

@@ -0,0 +1,3 @@
=====================
Collaborate using git
=====================