odoo/tutorials#1098
Created by Ruchita Kantibhai Gothi (rugot)
Blocked
- Merge method
- Review
-
CI
- ci/style: (runtime 5s)
- ci/tutorial: (runtime 299s)
- label
- odoo-dev:19.0-tutorial-rugot
- head
- 42b0d636e3c1da25c1a1c4b8840d8dc6aeff07f0
| odoo/tutorials | |
|---|---|
| 19.0 | #1098 missing r+ |
| master |
[ADD] real_estate: Create New Module
Implemented the core business logic for the Real Estate module as part of Odoo technical training.
This PR sets up the module structure, base models, and initial views.
The configuration follows the official Odoo tutorial step by step.
It establishes a solid foundation for managing properties and offers.
Further features will be built on top of this base.