odoo/tutorials#1193
Created by Ayush Khubchandani (aykhu)
Blocked
- Merge method
- Review
-
CI
- ci/style: (runtime 4s)
- ci/tutorial: (runtime 139s)
- label
- odoo-dev:19.0-tutorials-estate-aykhu
- head
- 47ef22fbb9b9e8cba03c3a811fddaaa6c0c9457a
| odoo/tutorials | |
|---|---|
| 19.0 | #1193 missing r+ |
| master |
[ADD] estate : real estate module implementation
Implementation of Real Estate Advertisement module
Features:
- Property and offer management (create, sell, accept/refuse offers)
- Relational models (Many2one, One2many, Many2many)
- Business logic with Python (computed fields, onchange, constraints)
- SQL constraints for data integrity
- List, Form, and Search views
- Actions, menus, and buttons
- Access rights and record rules