Skip to Content
Menu
This question has been flagged
1 Reply
1469 Views

with our customized Version of Odoo-CE we have (after upgrading from odoo 11 to odoo 12) now the problem that changing the Produkt Image of a Variant overwrites the Image of the Product-Template.

we checked all references to any "image" variable in our customizations but there are no code-sequences that do anything about images.


do you have any ideas how/where i can debug to check why this ist overwritten?

It does not create the ir_attachment entry with name = "image variant" and res_module = "product_product". insteat it only changes/creates entries for res_module = "product_template", also if i change the Image of the variant.


Avatar
Discard
Author Best Answer

i made some checks and found out that this works with older Verison:
Odoo 12.0-20190116 (Community Edition)


after upgrading to newest Odoo it does not work any more:

Odoo 12.0-20190327 (Community Edition)


Avatar
Discard