This repository holds the code used in the Odoo Development Essentials book.
An Odoo application for “to-do” tasks is used to showcase module development.
- Chapter 1: scripts and Samba sample file are in
_ch01_install/ - Chapter 2: code in the
todo_appmodule - Chapters 3 and 4: code in the
todo_usermodule - Chapters 5 and 6: code in the
todo_uimodule - Chapter 7: code in the
todo_wizardmodule - Chapter 8: code in the
todo_kanbanmodule - Chapter 9: code for client application in
NoteClientApp/ - Chapter 10: Nginx sample file is in
_ch10_deploy/