Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.62 KB

README.md

File metadata and controls

30 lines (22 loc) · 1.62 KB

product_image_list_view

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

Please use the 8.0 branch:

sudo git clone -b 8.0 https://github.com/OdooCommunityWidgets/product_image_list_view.git

This 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.

This module depends on the following OCA module by Stephan Rijnhart from Therp:

https://github.com/OCA/web/tree/8.0/web_tree_image

Please make sure you clone web_tree_image from the following repository as follows:

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.

Live Line Edit Demo:

TODO: master

  • 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.
  • Move product image to far left after product_id
    • Add support for different image sizes (eg. 50 x 50, 150 x 150, etc.)