Hello,
how I can overwrite the function image_resize_image()
in tools/image.py
? Is it possible to crate a module overwriting this function?
The original function is called in addons/product/product.py
:
'image_medium': fields.function(_get_image...
_get_image() -> tools.image_get_resized_images() -> image_resize_image_medium() -> image_resize_image()
Thank you.
When this method is called? I mean in which scenario this method is called?
updated the question...