odoo/tutorials#952
Created by Madhav Pancholi (pamd)
Blocked
- Merge method
- Review
-
CI
- ci/style: (runtime 28s)
- ci/tutorial: (runtime 30s)
- label
- odoo-dev:18.0-tutorials-pamd
- head
- c3e0054c1be92c0354132a13004a9545533376f4
odoo/tutorials | |
---|---|
18.0 | #952 missing statuses missing r+ |
19.0 | |
master |
[ADD] estate: initial module with property management
Introduce a new module estate
for real estate management as part of the Server Framework 101 onboarding exercise.
The module includes:
- Models: estate.property
, estate.property.type
- Views: form, tree, and search for both models
- Menus: "Advertisement > Properties" and "Settings > Property Types"
- Access rights for the new models
This commit sets the foundation for further training tasks