https://github.com/burnaviour/odoo-js
https://github.com/burnaviour/odoo-js
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/burnaviour/odoo-js
- Owner: Burnaviour
- Created: 2024-01-30T02:26:03.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-24T06:50:02.000Z (almost 2 years ago)
- Last Synced: 2025-03-25T04:57:46.292Z (about 1 year ago)
- Language: JavaScript
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Odoo tutorials
This repository hosts the code for the bases and solutions of the
[official Odoo tutorials](https://www.odoo.com/documentation/16.0/developer/howtos.html).
It has 2 branches for each Odoo version: one for the bases and one for
the solutions. For example, `16.0` and `16.0-solutions`. The first
contains the code of the modules that serve as base for the tutorials,
and the second contains the code of the same modules with the complete
solution.