odoo/tutorials#1227
Created by Arbaaz Shafi Ur Rehman Khan (asurk)
Blocked
- Merge method
- Review
-
CI
- ci/style: (runtime 1s)
- ci/tutorial: (runtime 63s)
- label
- odoo-dev:19.0-tutorials-asurk
- head
- ae00080a0b635c36d676ed6f017ce66ab6746917
| odoo/tutorials | |
|---|---|
| 19.0 | #1227 missing statuses missing r+ |
| master |
[ADD] real_estate: added real_estate module
This PR introduces a new real_estate module as part of the tutorial.
Features included
- Module initialization
Created a new installable application modulereal_estate. - Model updates
Added theestate_propertymodel.
Introduced required fieldsnameandexpected_price.
Added a constraint to ensureexpected_priceis greater than zero. - Access control
Addedir.model.access.csvto define user permissions.
Updated__manifest__.pyto include the access control file. - User interface
Added XML views to display estate property records.
Registered the views in the manifest.