Guewen Baconnier
Guewen Baconnier
It really depends on what you expect when you say "fully supported". Today, you can import simple products and configurable products from Magento to Odoo (though configurable products will be...
@atchuthan Aren't anymore "Virtual" and "Downloadable" the terms used by Magento? We should keep the same terms.
It could make sense, yes.
Thanks :+1:
Hi, Thanks for your well-detailed report. When Magento responds `Fault 3: 'Invalid api path` it means that it doesn't know the xmlrpc method that we are calling. So that the...
I read this in the code ``` File "/home/pci5/Documents/addons_odoo_new/product/product.py", line 898, in _set_image_variant product.write({'image_variant': None}, context=context) ``` `product.write({'image_variant': None}, context=context)` was wrong in the `product` addon and has been corrected...
Is the traceback complete? Do you have another error above?
I restarted it this afternoon as it didn't run since a long time... Well, test_pylint is failing and `test_server.py` does not even start. I'll try to check
Hi, Thanks for your PR! Could you give an example? With the current behaviour and your expected result.