Release Notes
🚀
Release Notes
v17.0.1.0.0 - August 6th, 2024​
Summary: the ChannelEngine <> Odoo integration code is refactored in sub-modules, and each sub-module have unit tests implemented.​
Breaking changes 🎉
- The ChannelEngine <> Odoo integration code is now separated into sub-modules, one for each use case it covers, enabling better stability, easier customisation, reusability and testing :
- much_order_channelengine_integration
- much_order_channelengine_product_import
- much_order_channelengine_product_export
- much_order_channelengine_order_import
- much_order_channelengine_order_return_import
- much_order_channelengine_order_cancellation_export
- much_order_channelengine_order_cancellation_import
- much_order_channelengine_stock_picking_export
- much_order_channelengine_stock_quant_export
But Also...
Improvements 🔬
-
Implemented unit tests by sub-module.