[MOV] howto/rdtraining: move "Getting started" to the tutorials dir

This commit also replaces references to the "Building a module"
tutorial by references to the "Getting started" tutorial.

task-2991663

Part-of: odoo/documentation#3655
This commit is contained in:
Antoine Vandevenne (anv)
2023-02-17 14:50:20 +00:00
parent 73ce4d6cd8
commit 4f4e346953
104 changed files with 320 additions and 272 deletions
+25
View File
@@ -36,6 +36,31 @@ applications/finance/accounting/payables/supplier_bills/manage.rst applications/
applications/sales/crm/acquire_leads/generate_from_email.rst applications/sales/crm/acquire_leads/generate_leads.rst # (#986)
applications/sales/crm/acquire_leads/generate_from_website.rst applications/sales/crm/acquire_leads/generate_leads.rst # (#986)
# developer/howtos
developer/howtos/rdtraining.rst developer/tutorials/getting_started.rst # reorganize the developer doc
developer/howtos/rdtraining/01_architecture.rst developer/tutorials/getting_started/01_architecture.rst # reorganize the developer doc
developer/howtos/rdtraining/02_setup.rst developer/tutorials/getting_started/02_setup.rst # reorganize the developer doc
developer/howtos/rdtraining/03_newapp.rst developer/tutorials/getting_started/03_newapp.rst # reorganize the developer doc
developer/howtos/rdtraining/04_basicmodel.rst developer/tutorials/getting_started/04_basicmodel.rst # reorganize the developer doc
developer/howtos/rdtraining/05_securityintro.rst developer/tutorials/getting_started/05_securityintro.rst # reorganize the developer doc
developer/howtos/rdtraining/06_firstui.rst developer/tutorials/getting_started/06_firstui.rst # reorganize the developer doc
developer/howtos/rdtraining/07_basicviews.rst developer/tutorials/getting_started/07_basicviews.rst # reorganize the developer doc
developer/howtos/rdtraining/08_relations.rst developer/tutorials/getting_started/08_relations.rst # reorganize the developer doc
developer/howtos/rdtraining/09_compute_onchange.rst developer/tutorials/getting_started/09_compute_onchange.rst # reorganize the developer doc
developer/howtos/rdtraining/10_actions.rst developer/tutorials/getting_started/10_actions.rst # reorganize the developer doc
developer/howtos/rdtraining/11_constraints.rst developer/tutorials/getting_started/11_constraints.rst # reorganize the developer doc
developer/howtos/rdtraining/12_sprinkles.rst developer/tutorials/getting_started/12_sprinkles.rst # reorganize the developer doc
developer/howtos/rdtraining/13_inheritance.rst developer/tutorials/getting_started/13_inheritance.rst # reorganize the developer doc
developer/howtos/rdtraining/14_other_module.rst developer/tutorials/getting_started/14_other_module.rst # reorganize the developer doc
developer/howtos/rdtraining/15_qwebintro.rst developer/tutorials/getting_started/15_qwebintro.rst # reorganize the developer doc
developer/howtos/rdtraining/16_guidelines_pr.rst developer/tutorials/getting_started/16_guidelines_pr.rst # reorganize the developer doc
developer/howtos/rdtraining/B_acl_irrules.rst developer/tutorials/getting_started/B_acl_irrules.rst # reorganize the developer doc
developer/howtos/rdtraining/C_data.rst developer/tutorials/getting_started/C_data.rst # reorganize the developer doc
developer/howtos/rdtraining/E_unittest.rst developer/tutorials/getting_started/E_unittest.rst # reorganize the developer doc
developer/howtos/rdtraining/J_reports.rst developer/tutorials/getting_started/J_reports.rst # reorganize the developer doc
developer/howtos/rdtraining/K_dashboard.rst developer/tutorials/getting_started/K_dashboard.rst # reorganize the developer doc
# developer/misc
developer/misc/api/external_api.rst developer/api/external_api.rst # better location for misc/ content (#2350)
+5
View File
@@ -38,6 +38,11 @@ applications/productivity/studio/use_cases/views.rst applications/productivity/s
applications/sales/crm/optimize/outlook_extension.rst applications/productivity/mail_plugins/outlook.rst
# developer/howtos
developer/howtos/rdtraining/D_mixins.rst developer/tutorials/getting_started/D_mixins.rst # reorganize the developer doc
developer/howtos/rdtraining/N_security.rst developer/tutorials/getting_started/N_security.rst # reorganize the developer doc
# developer/misc
developer/misc/i18n/localization.rst developer/howtos/accounting_localization.rst