odoo/tutorials#1225
Created by Viraj Vasant Hole (vivah)
Blocked
- Merge method
- Review
-
CI
- ci/style: (runtime 3s)
- ci/tutorial: (runtime 104s)
- label
- odoo-dev:19.0-tutorial-vivah
- head
- fdebf7079ce19e8764fcfaac2d74dac5ae08fb6b
| odoo/tutorials | |
|---|---|
| 19.0 | #1225 missing r+ |
| master |
[ADD] estate: created estate module
- Define window action and menu structure to expose estate.property in the UI.
- Connect menus with the action to allow access to list and form views.
- Register XML view and menu files in the manifest for proper loading.
- Configure default values using Odoo framework utilities.
- Apply field attributes like readonly and copy=False for better data control.
- Add active flag for visibility handling and state field for lifecycle management.
Chapter-5