documentation/content/developer/tutorials
Damien Bouvy c6a8619367 [ADD] Developer: data module tutorial
Introduce a new tutorial about creating Odoo modules using XML data files
instead of Python code.

This guide is follows closely the 'Server Framework 101' tutorial and
covers the following:

- Module structure and deployment
- Defining models and fields
- Setting up security and access rights
- Creating views and actions
- Implementing relational fields (many2one, many2many, one2many)
- Working with computed and related fields
- Adding business logic through server actions and automation rules
- Creating website controllers for API endpoints

The tutorial includes practical exercises and code examples to reinforce
learning, catering to developers who need to customize Odoo without writing
Python code (e.g. Odoo PS-Tech employees, partners that focus on SaaS instances
or author of Industry modules).

Task-4167176

closes odoo/documentation#11050

Signed-off-by: Bouvy Damien (dbo) <dbo@odoo.com>
2024-10-31 17:15:21 +00:00
..
discover_js_framework [IMP] tutorials: add example code for LazyComponent 2024-05-31 17:12:23 +00:00
importable_modules [ADD] Developer: data module tutorial 2024-10-31 17:15:21 +00:00
master_odoo_web_framework [IMP] developer: improve navigation in top-level pages 2024-04-12 09:53:17 +00:00
pdf_reports [MOV] tutorials/getting_started/*: promote advanced chapters to independent tutorials 2023-02-23 16:08:58 +01:00
restrict_data_access [MOV] tutorials/getting_started/*: promote advanced chapters to independent tutorials 2023-02-23 16:08:58 +01:00
server_framework_101 [FIX] tutorials/server_framework_101: position of form's notebook element 2024-06-10 10:06:02 +00:00
web [MOV] howto/web: move "Customizing the webclient" to the tutorials dir 2023-02-23 16:08:59 +01:00
website [MOV] howto/website: move "Building a website" to the tutorials dir 2023-02-23 16:08:59 +01:00
backend.rst [IMP] developer: improve navigation in top-level pages 2024-04-12 09:53:17 +00:00
define_module_data.rst [IMP] developer: improve navigation in top-level pages 2024-04-12 09:53:17 +00:00
discover_js_framework.rst [IMP] developer: improve navigation in top-level pages 2024-04-12 09:53:17 +00:00
importable_modules.rst [ADD] Developer: data module tutorial 2024-10-31 17:15:21 +00:00
master_odoo_web_framework.rst [IMP] developer: improve navigation in top-level pages 2024-04-12 09:53:17 +00:00
mixins.rst [MOV] tutorials/getting_started/*: promote advanced chapters to independent tutorials 2023-02-23 16:08:58 +01:00
pdf_reports.rst [IMP] developer: improve navigation in top-level pages 2024-04-12 09:53:17 +00:00
restrict_data_access.rst [IMP] developer: improve navigation in top-level pages 2024-04-12 09:53:17 +00:00
server_framework_101.rst [IMP] developer: improve navigation in top-level pages 2024-04-12 09:53:17 +00:00
setup_guide.rst [IMP] developer: improve navigation in top-level pages 2024-04-12 09:53:17 +00:00
unit_tests.rst [IMP] developer: improve navigation in top-level pages 2024-04-12 09:53:17 +00:00
web.rst [MOV] documentation structure reorganization 2024-03-11 15:03:04 +00:00
website.rst [IMP] developer: improve navigation in top-level pages 2024-04-12 09:53:17 +00:00