Registered by Bertrand Rétif

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_tools.conf
-------------------------------------------
In order to use the tool you first have to create a oerp_stock_tools.conf file.
Create the file by copying file oerp_stock_tools.conf.template

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_stock_tools.conf

Launch as daemon
-------------------------

Project information

Maintainer:
Phosphore
Driver:
Bertrand Rétif
Licence:
GNU GPL v3

RDF metadata

View full history Series and milestones

trunk series is the current focus of development.

All code Code

Version control system:
Bazaar
Programming languages:
python,javascript

Downloads

OpenERP stock barcode reader does not have any download files registered with Launchpad.