https://github.com/macagua/openacademy_demo
'Open Academy' Module from Odoo documentation called "Building a Module"
https://github.com/macagua/openacademy_demo
odoo-13 odoo-9 odoo-addons odoo-apps odoo-development openacademy
Last synced: 4 months ago
JSON representation
'Open Academy' Module from Odoo documentation called "Building a Module"
- Host: GitHub
- URL: https://github.com/macagua/openacademy_demo
- Owner: macagua
- Created: 2016-01-22T04:53:27.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-11-08T02:55:49.000Z (over 6 years ago)
- Last Synced: 2025-06-13T18:02:13.814Z (about 1 year ago)
- Topics: odoo-13, odoo-9, odoo-addons, odoo-apps, odoo-development, openacademy
- Language: Python
- Homepage: https://www.odoo.com/documentation/13.0/howtos/backend.html
- Size: 18.6 KB
- Stars: 4
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Security: security/ir.model.access.csv
Awesome Lists containing this project
README
# Open Academy
Open Academy, is a Odoo 9 module that let you manage trainings:
- training courses
- training sessions
- attendees registration
# Dependencies
This module requires the following dependencies:
- odoo 9 > https://github.com/odoo/odoo
- web_gantt > https://github.com/Covantec/odoo-web_gantt
# Install
Download the source code:
```
$ git clone https://github.com/Covantec/odoo-web_gantt.git
$ git clone https://github.com/macagua/openacademy_demo.git openacademy
```
Move ``openacademy`` and ``web_gantt`` folders into ``addons`` Odoo directory:
```
$ mv odoo-web_gantt/web_gantt /full/path/to/addon/
$ mv openacademy /full/path/to/addon/
```