An open API service indexing awesome lists of open source software.

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"

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/
```