mirror of
https://github.com/odoo/tutorials.git
synced 2026-04-23 21:03:49 -06:00
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%
`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> |
||
|---|---|---|
| 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.