https://github.com/odoo/technical-training-solutions
https://github.com/odoo/technical-training-solutions
odoo training-materials
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/odoo/technical-training-solutions
- Owner: odoo
- Created: 2018-09-10T08:49:11.000Z (about 7 years ago)
- Default Branch: 14.0-core
- Last Pushed: 2025-02-11T09:54:01.000Z (8 months ago)
- Last Synced: 2025-09-01T20:06:24.441Z (about 1 month ago)
- Topics: odoo, training-materials
- Language: Python
- Size: 6.38 MB
- Stars: 120
- Watchers: 23
- Forks: 207
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# Odoo Tutorials Solutions
This repository contains a *suggested* solution of the
[Odoo tutorials](https://www.odoo.com/documentation/). Each tutorial has its own branch with
the following naming convention: `-`.Here is the exhaustive list:
| Training | Branch |
|----------------------------------------------------------|--------------------------------------|
| Core Training | `14.0-core` |
| Advanced A: Internationalization | `14.0-A_i18n` |
| Advanced B: ACL and Record Rules | `14.0-B_acl_irrules` |
| Advanced C: Master and Demo Data | `14.0-C_data` |
| Advanced D: Mixins | `14.0-D_mixins` |
| Advanced E: Python Unit Tests | `14.0-E_unittest` |
| Advanced F: JS Tours | `14.0-F_jstour` |
| Advanced G: Controllers & Website | `14.0-G_website` |
| Advanced H: Advanced Views | `14.0-H_adv_views` |
| Advanced I: Custom JS Widget | `14.0-I_jswidget` |
| Advanced J: PDF Reports | `14.0-J_reports` |
| Advanced K: Dashboards | `14.0-K_dashboard` |
| Advanced L: Scheduled & Server Actions | `14.0-L_cron` |
| Advanced M: Migrations | `14.0-M_migration` |
| Advanced N: Security | `14.0-N_security` |
| Advanced O: Performances | `14.0-O_perf` |