Launch offer
Business website $150 USD Custom plugin $200 USD Ready in 5 days
Get a quote
Odoo

Creating Your First Odoo Module

Scaffold a minimal custom module with __manifest__.py and models/views.

Creating Your First Odoo Module — a practical guide to create Odoo module with clear examples you can reuse in real projects.

Odoo Tutorial Series (12/112). Prefer one article? Read the complete Odoo tutorial.

Short description

Add the module to addons_path, update apps list, then install it.

Steps

  1. Create module folder and manifest.
  2. Add a simple model + list/form view.
  3. Install from Apps.

Minimal module

my_library/
  __init__.py
  __manifest__.py
  models/
  views/
  security/

Leave a reply

Your email address will not be published. Required fields are marked *