odoo/tutorials#1232
Created by Ayush Khubchandani (aykhu)
Blocked
- Merge method
- Review
-
CI
- ci/style: (runtime 5s)
- ci/tutorial: (runtime 110s)
- label
- odoo-dev:19.0-tutorials-estate-aykhu
- head
- 73e51189ab94f0439669dcbe1fad3d65175184b4
| odoo/tutorials | |
|---|---|
| 19.0 | #1232 missing r+ |
| master |
[ADD] estate : real estate module implementation
Implementation of Real Estate Advertisement Module & Web Dashboard (Owl)
Real Estate Module
- Managed properties and offers (create, sell, accept/refuse) along with required business rules
- Designed relationships between models and ensured data stays correct using constraints
- Built the UI with list, form, and search views, along with menus, actions, and buttons
- Security configuration using access rights
Owl (Web Framework)
- Created basic UI components (like Counter and Todo list) to understand how Owl works
- Handled user interactions such as adding, updating, and removing items with live updates
- Connected and reused components by passing data and handling communication between them
- Built a simple dashboard and integrated it into Odoo’s web interface using its services
Previous closed PR - #1193