Hi All,
I'm trying to inject a widget after the product price what i have done is
1- adding the depends in the : __manifest__.py
'depends': ['base' , 'payment','website_sale'],
2- Register "template.xml" inside the above file
3- Adding the below code to the "template.xml"
The expected result: Seeing the widget under the price of the product
The actual result: nothing is changing although the file is loaded successfully