odoo/tutorials#1099
Created by Krashna Patel (krpat)
Blocked
- Merge method
- Review
-
CI
- ci/style: (runtime 27s)
- ci/tutorial: (runtime 126s)
- label
- odoo-dev:19.0-estate-tutorials-krpat
- head
- 4d392b86d31e70748b2d4b2521edc46fc8e83ea3
| odoo/tutorials | |
|---|---|
| 19.0 | #1099 missing r+ |
| master |
[ADD] estate : Add Estate Module
Users can list their properties and add offers for them.
Admins can manage offer statuses and property statuses.
Built custom estate models using Odoo ORM with automatic database management
Created menus, actions, and list/form views for a user-friendly UI
Configured access rights and model security
Added computed fields with dependency tracking
Implemented model relationships (Many2one, One2many, Many2many)
Enforced data validation and business rules using constraints