odoo/tutorials#1020
Created by Harsh Ahir (haahi)
Blocked
- Merge method
- Review
-
CI
- ci/style: (runtime 30s)
- ci/tutorial: (runtime 236s)
- label
- odoo-dev:19.0-tutorial-haahi
- head
- 3c558267f0579bf60635c189bc040c094543402e
| odoo/tutorials | |
|---|---|
| 19.0 | #1020 missing r+ |
| master |
[ADD] estate: created new module
Initializes the basic structure for the real estate module.
- Creates the module scaffolding (manifest, init, and base directories).
- Defines the initial 'estate.property' model.
- Adds base fields (columns) to the new model.