-
- Downloads
[IMP] base,product,website_sale: move image fallback mixin -> variant
Only the variant is using this code, so it was a bad idea to make the mixin
more complicated than it had to be.
Update the image tests to make sure this is working correctly. The test were
only testing the size of the images, now they also test the actual content.
Part of task-1949729
closes odoo/odoo#32253
Signed-off-by:
Jérémy Kersten (jke) <jke@openerp.com>
Showing
- addons/product/models/product.py 112 additions, 21 deletionsaddons/product/models/product.py
- addons/website_sale/tests/test_website_sale_image.py 27 additions, 4 deletionsaddons/website_sale/tests/test_website_sale_image.py
- odoo/addons/base/models/image_mixin.py 18 additions, 98 deletionsodoo/addons/base/models/image_mixin.py
Loading
Please register or sign in to comment