johanbernard/prestashop_to_dolibarr

[Feature] Add choosing to export as a service or as a product

Opened this issue · 0 comments

This can be done on the prestashop side by adding a check box in the Export settings to indicate that it's a service and not a product.
Add value to product.fk_product_type
fk_product_type = '0' => Product
fk_product_type = '1' => Service