How to add product image in list view?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Accounting
- Inventory
- PoS
- Project
- MRP
This question has been flagged
Hi,
This module helps you to view the image in product's list view.
You can try like this:
https://apps.odoo.com/apps/modules/16.0/product_image_list_view/
Hope it helps
Hello @arsh23
Hope you are doing well.
First you need to create list/tree view of respected model.
After that you can add product image in list view.
Please find code in comment.
here options will be width and height of image:
first one size 70 is consider width and second one size 50 is width of image.
I hope this will help you.
Thanks & Regards,
Email: odoo@aktivsoftware.com
Skype: kalpeshmaheshwari
Please find Example here :-
Ex.
<field name="product_img" class="oe_avtar" widget="image" options='{"size": [70, 50]}'/>
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up