Hi all,
I just released the new module 'product_metel'
bzr branch lp:~luigi.grilli/openobject-italia/product_metel
This module is able to import Metel formatted pricelists (aka listini Metel).
Have a look at
www.metel.it for more details.
This module depends on 'product_electronic' module.
The Metel format is used between Italian eletronic companies (maybe also outside italy) to exchange pricelists in an easy and common way. With this module you can import a pricelist and have all the products imported (if they don't exists) or updated (if they already exists).
The import procedure is threaded. This means that you can continue your work while the server does the import job. At the end of the import you will be notified with a 'request' that the procedure is completed.
Warning: the module does not export pricelists for now. If I will have some feedback for this module, I will also implement the export feature.