odoo/tutorials#1152
Created by Het Mehta (hemeh)
Blocked
- Merge method
- Review
-
CI
- ci/style: (runtime 4s)
- ci/tutorial: (runtime 300s)
- label
- odoo-dev:19.0-tutorials-hemeh
- head
- 0e2657257c9494dc9c9981866b6ffd79588ff0f6
| odoo/tutorials | |
|---|---|
| 19.0 | #1152 missing r+ |
| master |
[ADD] estate: add base estate.property model
This PR contains:
- Chapter 1: Architecture Overview – Read about the multi-tier architecture of odoo and its module structure.
- Chapter 2: A New Application – Created a new application structure implemented manifest.py .
- Chapter 3: Models and Basic Fields – Defined models and their basic fields like estate.property and fields.
- Chapter 4: Security – A Brief Introduction – Implemented basic access controls in csv file .
- Chapter 5: Finally, Some UI to Play With – Added initial UI components in xml files.
- Chapter 6: Basic Views – Implemented tree ,form and search views for models.