Skip to content

hasibulhshovo/openacademy-odoo13

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Open Academy: Building a Module for Odoo 13

Description:

Open Academy, is a Odoo 13 module that let you manage trainings:

  • Training courses

  • Training sessions

  • Attendees registration

How to use:

Odoo 13 works with python3.6 or above

To Run Module Firstly install odoo13 via github

git clone https://github.com/odoo/odoo.git

To run module firstly install odoo13 via github

git clone https://github.com/odoo/odoo.git

To install requirements

pip install -r requirements.txt

Copy the module to the addons

cp -r openacademy-odoo13 ./addons

To run the project

python odoo-bin -r "odoo" -w 'odoo123' --addons-path=addons/

Then open Odoo 13 and search Open Academy module in the Apps and install it.