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 [ADD] Discover the JavaScript framework 2024-10-16 13:34:56 +02:00
awesome_dashboard [FIX] awesome_dashboard: Get rid of the deprecated warning 2025-11-21 13:24:19 +00:00
awesome_gallery [FIX] awesome_(gallery,kanban): add missing author manifest keys 2025-08-14 09:11:30 +00:00
awesome_kanban [FIX] awesome_(gallery,kanban): add missing author manifest keys 2025-08-14 09:11:30 +00:00
awesome_owl [FIX] awesome_owl: Fix missing css variables 2025-11-21 13:24:19 +00:00
website_airproof [FIX] website_airproof: fix template loading order issue 2025-10-03 11:20:14 +00:00
.gitignore [ADD] .gitignore, README.md 2022-11-02 17:41:23 +01:00
README.md [FIX] README.md: Fixing typos 2024-11-20 14:06:48 +00:00

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.