Skip to content
Snippets Groups Projects
README.rst 10.23 KiB

Odoo Scripts

Most commands can be run directly or with the image build from Dockerfile (xcgd/odoo_scripts) by indicating the command to run, but the best way to use this module is to install it. Installing will also install dependencies.

Shell Scripts

Those scripts are not installed when installing this python module. They are meant to be used on a system that has Odoo installed, inside an image for example.

start

This script can be used to start odoo.

It need to be run on a machine with all the odoo requirements installed, either system-wide or in a virtual environment (which need to be activated).

Its arguments are forwarded to the Odoo executable (odoo-bin / openerp-server).