odoo/tutorials#1154
Created by Karan Patel (kapat)
Blocked
- Merge method
- Review
-
CI
- ci/style: (runtime 3s)
- ci/tutorial: (runtime 2527s)
- label
- odoo-dev:19.0-tutorial-kapat
- head
- 270530588534673f495cdffda0b1d0cedba2b75e
| odoo/tutorials | |
|---|---|
| 19.0 | #1154 missing r+ |
| master |
[ADD] estate: added Estate Module
Initialized the 'estate' module and made it installable in Odoo.
This commit bootstraps the custom estate module and sets up the minimal
structure required by Odoo to load and install a new application.
Created the module structure 'estate' inside the tutorials directory,
configured basic module metadata. Restarted the server
to load the module, then verified it is visible in the Apps menu.