odoo/tutorials#1223
Created by Sneh Gohel (sngoh)
Blocked
- Merge method
- Review
-
CI
- ci/style: (runtime 1s)
- ci/tutorial: (runtime 102s)
- Linked pull requests
- label
- odoo-dev:19.0-tutorials-sngoh
- head
- 19d2d2c39ec8482053dcdd9750eaacb206b5c0c2
| odoo/tutorials | |
|---|---|
| 19.0 | #1226 missing statuses missing r+ #1223 missing statuses missing r+ |
| master |
[ADD] estate: implement real estate module (models, fields, security, basic UI)
This PR introduces the initial implementation of the estate module
as part of the Odoo developer tutorials.
The module includes the creation of a new business model for real
estate properties along with its core structure and configurations.
Implemented features:
- Module initialization and configuration
- Definition of estate.property model
- Addition of basic fields to store property data
- Configuration of required field attributes
- Setup of access rights using ir.model.access.csv
- Introduction of initial UI action to interact with the model
This establishes the foundation for managing real estate properties
and prepares the module for further UI and business logic extensions.
Chapter: 1 to 5 (Setup → Models → Fields → Security → First UI)
Task: Initial module development and basic UI integration