Hello Enish,
This behavior is due to the inheritance mechanism in Odoo. When you create a product variant (product.product), it inherits certain fields from the product template (product.template). These inherited fields are linked between the template and its variants, creating a relationship that keeps them synchronized.
You can check the product.product model and look for the "_inherits" dictionary in the Python code. It will specify the product.template model as the inherited model and the fields that are being inherited. As yer your question product.product and product.template.
Hope it will be helpful to you.
Thanks & Regards,
Email: odoo@aktivsoftware.com
Skype: kalpeshmaheshwari
Okay, thank you Jainesh.
It helps me.
Regards.