diff --git a/content/developer/tutorials.rst b/content/developer/tutorials.rst index b70fcc976..43b7416fa 100644 --- a/content/developer/tutorials.rst +++ b/content/developer/tutorials.rst @@ -9,6 +9,11 @@ Tutorials :titlesonly: tutorials/getting_started + tutorials/define_module_data + tutorials/restrict_data_access + tutorials/unit_tests + tutorials/pdf_reports + tutorials/dashboards .. raw:: html @@ -20,9 +25,9 @@ Tutorials
- Learn how to develop your own module with the Odoo framework. This - step-by-step tutorial is crafted for newcomers and any other individual - curious about Odoo development. + Develop your own module with the Odoo framework. This step-by-step tutorial + is crafted for newcomers and any other individual curious about Odoo + development.
+ Define master and demo data for an Odoo module, leveraging the strengths of + the CSV and XML file formats to accommodate specific data requirements. +
++ Implement security measures to restrict access to sensitive data with the + help of groups, access rights, and record rules. +
++ Write effective unit tests in Python to ensure the resilience of your code + and safeguard it against unexpected behaviors and regressions. +
++ Use QWeb, Odoo's powerful templating engine, to create custom PDF reports for + your documents. +
++ Create data visualization dashboards using the enterprise edition "Dashboard" + view and so-called "SQL views". +
+