This repository contains documentation for Odoo use cases dediacated to small businesses. It includes guidelines for use, deploy, administrate and develop custom geospatially enabled modules.
- a proper odoo installation on the machine. See Odoo Entreprise management system for a docker deployment.
- Administration
- Developement
- Geospatial
Clone the repository
git clone https://github.com/transformatek/odoo-usecases.git
cd odoo-usecases/
touch .nojekyll
Install sphinx / python dependiencies
pip install sphinx
pip install recommonmark
pip install sphinx_rtd_theme
sphinx-quickstart
Make and check the generated documentation
mkdir docs
make html
google-chrome docs/index.html
For more infromations, visit sphinx documentation