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
- Create module folder and manifest.
- Add a simple model + list/form view.
- Install from Apps.
Minimal module
my_library/
__init__.py
__manifest__.py
models/
views/
security/