A repository with the code for the bases and solutions of the official Odoo tutorials https://www.odoo.com/documentation/latest/developer/tutorials.html
  • Python 45.2%
  • SCSS 44.3%
  • JavaScript 10.5%
Find a file
Claire (clbr) 781b590020 [FIX] awesome_dashboard: Get rid of the deprecated warning
`json` routes were deprecated to `jsonrpc` in 19.0, let's
get rid of the warning to avoid confusion for the newdoos.

task-none

closes odoo/tutorials#1037

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2025-11-21 13:24:19 +00:00
awesome_clicker
awesome_dashboard
awesome_gallery
awesome_kanban
awesome_owl
website_airproof
.gitignore
README.md

Odoo tutorials

This repository hosts the code for the bases of the modules used in the official Odoo tutorials.

It has 3 branches for each Odoo version: one for the bases, one for the Discover the JS framework tutorial's solutions, and one for the Master the Odoo web framework tutorial's solutions. For example, 17.0, 17.0-discover-js-framework-solutions and 17.0-master-odoo-web-framework-solutions.