Product Image List View allows for the display of the default Odoo product image in list view. Currently it has functionality for adding the product image to the Quotation/SaleOrder lines.
Product Image List View
sudo git clone -b 8.0 https://github.com/OdooCommunityWidgets/product_image_list_view.gitThis will provide you with the latest working 'stable' version of the module built for the 8.0 branch. Please be advised this module is still under development.
https://github.com/OCA/web/tree/8.0/web_tree_image sudo git clone -b 8.0 https://github.com/OCA/web.git Once web_tree_image from this repository has been installed (it's located in /web/web_tree_image) you will have the necessary framework to add product images to any tree view.- Add functionality for multi-image
- Add compatibility (without dependency) with website_multi_image
- Add modal box view for choosing which image to use on order line
- Add compatibility (without dependency) with product_image_report_order_lines for allowing for sync of printed reports and live order line view.
- Add compatibility (without dependency) with website_multi_image
- Move product image to far left after product_id
- Add support for different image sizes (eg. 50 x 50, 150 x 150, etc.)