Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
1 ตอบกลับ
1860 มุมมอง

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

Walnut Software Solutions

อวตาร
ละทิ้ง