Omar, I had the same problem with the older version of Prestapyt library.
There was no support for float field type(cost and selling price of product) in the Prestapyt library .
The github version of Prestapyt for dict2xml.py contains
# Create a new node for simple values
if isinstance(tag_value, int) or isinstance(tag_value, (str, unicode)):
return _process_simple(doc, tag, tag_value)
Omar, I had the same problem with the older version of Prestapyt library.
There was no support for float field type(cost and selling price of product) in the Prestapyt library .
The github version of Prestapyt for dict2xml.py contains tag_value, int) or isinstance( tag_value, (str, unicode)): simple( doc, tag, tag_value)
# Create a new node for simple values
if isinstance(
return _process_
and in Launchpad (https:/ /code.launchpad .net/~akretion- team/prestashop erpconnect/ akretion- prestapyt) tag_value, (int, float)) or isinstance( tag_value, (str, unicode)): simple( doc, tag, tag_value)
# Create a new node for simple values
if isinstance(
return _process_