Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ADD] Developer: data module tutorial #11050

Closed
wants to merge 1 commit into from
Closed

Commits on Oct 31, 2024

  1. [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
    bouvyd committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    2bf860c View commit details
    Browse the repository at this point in the history