odoo/tutorials#1226
Created by Sneh Gohel (sngoh)
Blocked
- Merge method
- Review
-
CI
- ci/style: (runtime 1s)
- ci/tutorial: (runtime 136s)
- Linked pull requests
- label
- odoo-dev:19.0-tutorials-sngoh
- head
- bdb93b8284b24f848fcbf99b33549cbda3898761
| odoo/tutorials | |
|---|---|
| 19.0 | #1226 missing statuses missing r+ #1223 missing statuses missing r+ |
| master |
[ADD] estate: implement estate module (setup, models, fields, security)
This PR introduces the initial implementation of the estate module following the Odoo tutorials.
The following features have been implemented:
- Development environment setup and configuration
- Creation of the estate module structure
- Definition of the estate.property model
- Implementation of basic fields
- Addition of required attributes on fields
- Creation of access control rules for the module
This work establishes the foundation for managing real estate properties within Odoo.
Chapter: 1, 2, 3, 4
Task: Setup environment, create module, define models, add fields, and implement security access