Hello,
I have a big problem to which I hope somebody has an answer. We have products with attributes that dynamically generate variants. When we first define a product, we set the Weight field to a value in the product template. When a client visits our store and configures a variant based on the attributes, the Weight field is no longer visible in the product template and moves to the product variants. This seems like a logical move, since each variant might have another weight, so we should be able to change it at a variant level. But the problem is that the weight in newly generated variants is undefined ([null] in db). Since our shipping price is calculated based on the weight of the variant, if we don't set the weight in the variant asap, the shipping price is zero for new orders. This is also the same for the Volume field.
Is there a way to copy the Weight and Volume values set on the product template to each dynamically generated variant by default? I think this should be the default behavior for Odoo.
I hope I explained my problem so that it is understood and somebody has a solution for it.
Thank you