콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
1 회신
1895 화면

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

아바타
취소