odoo/tutorials#1110
Created by Dhrudeep Vaghasiya (dhvag)
Blocked
- Merge method
- Review
-
CI
- ci/style: (runtime 28s)
- ci/tutorial: (runtime 393s)
- label
- odoo-dev:19.0-tutorial-dhvag
- head
- d71b03106f6c7dd6eb208de559f38cdcd212d073
| odoo/tutorials | |
|---|---|
| 19.0 | #1110 missing r+ |
| master |
[ADD] estate module: Implementation of Estate Module
- Basic model structure for estate.property.
- UI configuration with list, form, and search views.
- Relational fields (Many2one, One2many, Many2many) connecting properties, tags, and offers.
- Business logic using computed fields and onchange methods.
- Validation through Python and SQL constraints.
- Action buttons for accepting or refusing property offers.