Go to file
resteve 459474c788 FIX when next product don't have EAN 2015-01-28 15:46:42 +01:00
doc DOC 2014-06-25 08:59:22 +02:00
static Picking Template: Replace qty min/max to select field 2014-06-20 10:36:04 +02:00
templates/default FIX when next product don't have EAN 2015-01-28 15:46:42 +01:00
translations/es/LC_MESSAGES Locales 2014-07-11 12:45:20 +02:00
COPYRIGHT Initial commit 2013-05-28 12:00:04 +02:00
INSTALL Initial commit 2013-05-28 12:00:04 +02:00
README Initial commit 2013-05-28 12:00:04 +02:00
app.py Picking. Not available. Close current modal and open next modal product 2014-07-11 13:18:15 +02:00
apphelp.py Help - Get description. Get rst from os.path.realpath 2013-05-30 10:26:05 +02:00
babel.cfg Initial commit 2013-05-28 12:00:04 +02:00
config.cfg.template Initial commit 2013-05-28 12:00:04 +02:00
config.ini.template Initial commit 2013-05-28 12:00:04 +02:00
defaultfilters.py Picking. Picking info get qty products from stock.move 2013-07-09 15:28:57 +02:00
form.py Initial commit 2013-05-28 12:00:04 +02:00
messages.pot Locales 2014-05-28 09:54:15 +02:00
requirements.txt Initial commit 2013-05-28 12:00:04 +02:00

README

Flask OpenERP Stock Cart
========================

Flask OpenERP Stock Cart is a Flask App to management stock pickings in warehouse.

Installing
----------

See INSTALL

OpenERP modules
---------------

* Stock
* Stock Cart
* Product Trademark
* Nan Stock Scanner

OpenERP Configuration
---------------------

Edit config.ini and add OpenERP connection:

  OPENERP_SERVER = 'http://localhost:8069'
  OPENERP_DATABASE = 'database'

Username and password is from login form.

Check username have permissions to read and write in models:

* stock.picking
* stock.cart

Support
-------

For more information or if you encounter any problems with this module,
please contact the programmers at

  Zikzakmedia
  --------------
  website: http://www.zikzakmedia.com/
  email: zikzak@zikzakmedia.com

License
-------

See LICENSE

Copyright
---------

See COPYRIGHT