Hello, currently I am working on odoo v15 in this I want to remove an existing widget from an inbuilt module using an inherited template.
How can I achieve this?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hello, currently I am working on odoo v15 in this I want to remove an existing widget from an inbuilt module using an inherited template.
How can I achieve this?
Hi,
You can inherit the corresponding view and using xpath, you can remove the widget from the field.
Sample:
<field name="subs" position="attributes">
<attribute name="widget">attribute>
field>
Thanks & Regards
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up