# odoo-tutorials **Repository Path**: odooer/odoo-tutorials ## Basic Information - **Project Name**: odoo-tutorials - **Description**: https://github.com/odoo/tutorials/ - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-07-21 - **Last Updated**: 2024-07-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Odoo tutorials This repository hosts the code for the bases and solutions of the [official Odoo tutorials](https://www.odoo.com/documentation/master/developer/tutorials.html). It has 3 branches for each Odoo version: one for the bases, one for [Discover the JS framework](https://www.odoo.com/documentation/master/developer/tutorials/discover_js_framework.html) solutions and one for [Master the Odoo web framework](https://www.odoo.com/documentation/master/developer/tutorials/master_odoo_web_framework.html) solutions. For example, `master` and `master-discover-js-framework-solutions` and `master-master-odoo-web-framework-solutions`. The first contains the code of the modules that serve as base for the tutorials, and the others contains the code of each chapter with the complete solution.