odoo/tutorials#1261
Created by Jaykumar Bhaumikbhai Patel (patja)
Blocked
- Merge method
- Review
-
CI
- ci/style: (runtime 3s)
- ci/tutorial: (runtime 28s)
- label
- odoo-dev:19.0-tutorials-patja
- head
- e01814d750b564383ee5a7c941e377de6529188b
| odoo/tutorials | |
|---|---|
| 19.0 | #1261 missing statuses missing r+ |
| master |
[ADD] estate: add empty module shell
Create the initial Odoo tutorial addon structure so the module is recognized in
Apps and can be installed as an empty shell.
This PR only adds the minimal required files (manifest.py and init.py) and does
not introduce any models/views yet, following the Odoo
“Chapter 2: A New Application” tutorial step.