Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 649 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 649 Bytes

functional-training

Colleciton of modules made by Studer Nicola while learning odoo.

Learning Sources

Setup

  1. Clone this repository

  2. Add the path of the repository to the "odoo-server.cfg" file

    ...
    addons_path = /home/uid/odoo/addons,/path/to/repository/functional-training 
    ...
    

    Or you can simply add the path to your odoo-bin command.