This repository contains a server that permits the control of an Odoo instance that is linked to a Modula Slim machine within Smart Factory.
The project only requires an installation of Python 3.10, as well as Pipenv to manage package dependencies. If not already installed, Pipenv can be installed through the following command:
pip install pipenv
The following command will install the locked Pipenv dependencies from the Pipfile.lock file:
pipenv install
TODO: running instructions
When the server is first run, a config.toml file will be created at the root of the repository. This file contains the required parameters for the server to run. Of particular importance are the following:
- hostname
- port
- odoo user
- odoo password