odoo/tutorials#1158
Created by Asrij Sriramoju (assri)
Blocked
- Merge method
- Review
-
CI
- ci/style: (runtime 11s)
- ci/tutorial: (runtime 122s)
- label
- odoo-dev:19.0-tutorials-assri
- head
- 998c2e12c8231d499a80ccfbaf9b05abb73f8d58
| odoo/tutorials | |
|---|---|
| 19.0 | #1158 missing r+ |
| master |
19.0 tutorials assri
Chapters 1–7: Estate module implementation
This PR completes Chapters 1 to 7 of the Odoo tutorial for the estate module.
Covered topics:
- Module structure and manifest setup,
- Core data models and their fields,
- Menu entries, window actions, and views,
- Custom list, form, and search views,
- Property type and tag models,
- Model relationships (many2one, many2many),
This PR brings the estate module to a stable state up to Chapter 7.