Hi,
I have a general question: Where are the default values defined that are filled in when opening a form e.g. the product-variant data when I create a new product-template. Is it always only from the default_x()
class method?
Because I extended the product model with a Dict field that seems to get initialized with some value that I did not set anywhere.
Thanks