Metadata-Version: 2.1
Name: mds-import-product
Version: 5.0.2
Summary: Tryton module to import csv-file to product
Home-page: https://www.m-ds.de/
Author: m-ds
Author-email: service@m-ds.de
License: GPL-3
Keywords: tryton product import csv
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Plugins
Classifier: Framework :: Tryton
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Customer Service
Classifier: Intended Audience :: Information Technology
Classifier: Topic :: Office/Business
Classifier: Natural Language :: German
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: mds-csv-reader (>=1.0.4)
Requires-Dist: trytond-product (<5.1,>=5.0)
Requires-Dist: trytond-product-attribute (<5.1,>=5.0)
Requires-Dist: trytond-account-product (<5.1,>=5.0)
Requires-Dist: trytond (<5.1,>=5.0)

mds-import-product
==================
Tryton module to import products from csv-file.

Install
=======

pip install mds-import-product

Requires
========
- Tryton 5.0

HowTo
=====

Use the action button on the Products list to start the 
'Import CSV-file' wizard. The assignment of the columns in the 
file to the fields of the products takes place in the 
second step. Use product attributes to add more columns to the product.

Changes
=======

*21.01.2020 - ver 5.0.2*

- number of fields now 30
- run on_change_fieldname-events

*10.01.2020 - ver 5.0.1*

- added translations

*09.01.2020*

- first public


