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

I'm looking at a piece of code where person inherits a form view: 

<record id="rename_unit_of_measure_product_variant_view" model="ir.ui.view">            
<field name="name">product.variant.common.form</field>
<field name="model">product.product</field>
<field name="inherit_id" ref="product.product_normal_form_view"></field>
<field name="arch" type="xml">
...

How to find that form (product.product_normal_form_view) in the UI to see how it looks like?  

아바타
취소
베스트 답변

In 9.0, activate developer mode, and go to Settings->Technical->Views, then search for the view name.

If you want to see what the form looks like in a web view, you can use the Developer Tools bar at the bottom of the screen, and choose General->Open View, then search for your view and open it.



아바타
취소
작성자

That's exactly what I need. Thanks, James!

How to do this on newer versions?

follow the same after activating the developer mode in all versions

관련 게시물 답글 화면 활동
3
4월 19
5963
1
11월 24
1710
1
9월 21
9518
1
1월 24
17088
0
3월 15
3355