Module
product_variant_default_code
Describe the bug
While trying to change a translation on an attribute, Odoo fall into a recursion issue on this line https://github.com/OCA/product-variant/blob/16.0/product_variant_default_code/models/product.py#L188
To Reproduce
Affected versions: 16.0 not tested on upper versions
Steps to reproduce the behavior:
- install english and another language
- install the module
- create a product that generate default code
- change a translation of an attribute used in the product
Expected behavior
No recursivity issue