README.rst 625 B

123456789101112131415161718
  1. Stock Inventory Import from CSV file
  2. ====================================
  3. Wizard to import Inventory from a CSV file
  4. The file must have at least 2 columns with "code" and "quantity" Head Keys.
  5. You can also add a third column with Key "location" to add product location
  6. (if not defined, default inventory location will be used)
  7. You can also add a fourth column with Key "lot" to add a product lot.
  8. Credits
  9. =======
  10. Contributors
  11. ------------
  12. * Daniel Campos <danielcampos@avanzosc.es>
  13. * Pedro M. Baeza <pedro.baeza@serviciosbaeza.com>
  14. * Ana Juaristi <ajuaristio@gmail.com>
  15. * Oihane Crucelaegui <oihanecrucelaegi@avanzosc.es>