Software Labs Project 2018/19, Computer and Software Engineering Course @ University of Minho, Braga - Portugal
This mobile app is being developed using React Native and Redux.
Web App version can be found here, although this is a private repository.
Hugo Oliveira |
Raphael Oliveira |
João Vieira |
# Activate Virtual Environment
source ~/.virtualenvs/hcpwebapp/bin/activate
# Assuming that you have the "gestao_equipas" folder in the following directory:
ls $HOME/hcp-1/addons
# Assuming that you want to have "gestao_equipas_app" folder in the following directory:
ls $HOME/hcp-mobile/hcp-server-dependencies/addons
# Create gestao_equipas_app module
odoo scaffold gestao_equipas_app addons
# Run Odoo with specific addons
odoo --addons-path=~/.virtualenvs/hcpwebapp/lib/python3.6/site-packages/odoo-11.0.post20190616-py3.6.egg/odoo/addons/,$HOME/hcp-1/addons,$HOME/hcp-mobile/hcp-server-dependencies/addons
- Access Odoo Web Interface and install new module:
- Login as Admin
- Go to 'Apps'
- Remove the 'Apps' filter on the search bar
- Update Apps List on left side panel
- Search for your new module > "gestao_equipas_app"
- Click on it and install the module