odoo/documentation#9192
Created by Sales, Antoine Vandevenne (anv)
Blocked
- Merge method
- Review
- CI
- label
- odoo-dev:17.0-revamp-server-framework-101-anvchu
- head
- b4b02372c6b3cbc6c1d166d33d1d262028bc898c
odoo/documentation | |
---|---|
18.0 | #9192 missing statuses missing r+ |
saas-18.2 | |
saas-18.3 | |
saas-18.4 | |
master |
[IMP] tutorials/server_framework_101: rewrite the tutorial
The Server Framework 101 (formerly Getting Started) is generally seen as an interesting and rewarding tutorial, but also somewhat outdated and too limited for beginners in Odoo development, as it fails to introduce key concepts of the server framework (e.g., controllers, tests, etc.). The instructions are also too directive for the reader to try and search
by themselves and learn from it.
With this commit, all of the content of the tutorial is rewritten while keeping the objective of building a real estate module. The setup guide for tutorials is also improved to ensure smoother onboarding for Odoo employees and community members alike.