odoo/tutorials#1108
Created by Radhey Detroja (radet)
Blocked
- Merge method
- Review
-
CI
- ci/style: (runtime 30s)
- ci/tutorial: (runtime 60s)
- label
- odoo-dev:19.0-tutorials-radet
- head
- 53bd7f4137e1669644982cec5d6c49d3fefea204
| odoo/tutorials | |
|---|---|
| 19.0 | #1108 missing statuses missing r+ |
| master |
[ADD] estate: implement core estate management features
- Introduced models for properties, property types, tags, and offers
- Purpose is to provide a structured way to manage real estate data in Odoo
- Added menus and actions to ensure a clean and user-friendly interface
- Implemented validations to enforce positive expected and selling prices
- Business rule errors are handled gracefully using UserError and ValidationError