odoo/tutorials#1232
Created by Ayush Khubchandani (aykhu)
Blocked
- Merge method
- Review
-
CI
- ci/style: (runtime 5s)
- ci/tutorial: (runtime 56162s)
- label
- odoo-dev:19.0-tutorials-estate-aykhu
- head
- b8bc03ef230ef5cc9bce17055217637628df89d4
| odoo/tutorials | |
|---|---|
| 19.0 | #1232 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