A tool written in python with cherrypy that connect to OpenERP via XMLRPC to manage stock
Here are the steps to use the tool:
Prerequisites
------------------
You need to have cherrypy installed. On Ubuntu:
sudo apt-get install python-cherrypy3
Conf file oerp_stock_
-------
In order to use the tool you first have to create a oerp_stock_
Create the file by copying file oerp_stock_
Set the port and listen option in [global] section.
For instance below configuration will listen on all interfaces on port 8555
server.socket_host : "0.0.0.0"
server.socket_port : 8555
You have to set correct value for your OpenERP server in section [oerp]:
url = OpenERP URL
db_name = DB you want to connect
f_prod_multi and f_prod_incor are used for inventory application and stored errors reported during inventory
Launch on command line
-------
python oerpstock.py -c ./oerp_
Launch as daemon
-------
View full history Series and milestones
trunk series is the current focus of development.