https://github.com/odoo/tutorials
A repository with the code for the bases and solutions of the official Odoo tutorials
https://github.com/odoo/tutorials
Last synced: 8 months ago
JSON representation
A repository with the code for the bases and solutions of the official Odoo tutorials
- Host: GitHub
- URL: https://github.com/odoo/tutorials
- Owner: odoo
- Created: 2022-11-02T16:26:49.000Z (about 3 years ago)
- Default Branch: 18.0
- Last Pushed: 2025-05-08T13:56:23.000Z (8 months ago)
- Last Synced: 2025-05-08T14:45:15.298Z (8 months ago)
- Language: Python
- Homepage: https://www.odoo.com/documentation/latest/developer/tutorials.html
- Size: 2.08 MB
- Stars: 101
- Watchers: 50
- Forks: 1,988
- Open Issues: 414
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Odoo tutorials
This repository hosts the code for the bases of the modules used in the
[official Odoo tutorials](https://www.odoo.com/documentation/latest/developer/tutorials.html).
It has 3 branches for each Odoo version: one for the bases, one for the
[Discover the JS framework](https://www.odoo.com/documentation/latest/developer/tutorials/discover_js_framework.html)
tutorial's solutions, and one for the
[Master the Odoo web framework](https://www.odoo.com/documentation/latest/developer/tutorials/master_odoo_web_framework.html)
tutorial's solutions. For example, `17.0`, `17.0-discover-js-framework-solutions` and
`17.0-master-odoo-web-framework-solutions`.