Skip to Content
Menu
This question has been flagged
3 Replies
4613 Views

I want to enlarge the size of the image in the view:form.
My picture descriptio. https://1drv.ms/u/s!AlHTfll4HG6H22LmagARGAdS5Iea
Odoo 11.0-20181018 (Community Edition)

Thank you.
lyc@928n.com
Avatar
Discard
Best Answer

You would do the web development for that with some sort of tricky JS, QWEB stuffs.

I found one module on app store which could be helpful for you.

Avatar
Discard
Best Answer

Hi 

use option attribute in field imagg_1920

like this 

options="{'zoom': true}"

thanks

Avatar
Discard
Best Answer

The field in the product form is image_medium. You can use another field called image_big, which is provided by odoo by default if you need to see a big sized image. First inherit using inherit image_medium field using xpath and then give position='replace', then add the 'image_big'.

Avatar
Discard