/todo_app

Odoo application to showcase module development

Primary LanguagePythonGNU Affero General Public License v3.0AGPL-3.0

Build Status

Odoo Development Essentials

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_app module
  • Chapters 3 and 4: code in the todo_user module
  • Chapters 5 and 6: code in the todo_uimodule
  • Chapter 7: code in the todo_wizard module
  • Chapter 8: code in the todo_kanban module
  • Chapter 9: code for client application in NoteClientApp/
  • Chapter 10: Nginx sample file is in _ch10_deploy/