콘텐츠로 건너뛰기
메뉴
신고된 질문입니다
1 회신
1468 화면

i will add new colum behind Actvities in Quotations modul sale
but i have error

cannot be located in parent view
this is my code
version="1.0" encoding="utf-8"?>

id="ceims_inherit_sale_order"model="ir.ui.view">
name="name">Ceims Inherit Sale Order
name="model">sale.order
name="inherit_id"ref="sale.view_order_form"/>
name="arch"type="xml">
expr="actvities_ids"position="after">
name="deskripsi"/>







아바타
취소
베스트 답변

Hi,

This error is due to the xpath that you give. Try to use the below one


<xpath expr="//div[hasclass('oe_chatter')]" position="inside">

              //Your field

             </xpath>


Hope it helps

아바타
취소
관련 게시물 답글 화면 활동
2
1월 23
3431
0
5월 25
894
0
4월 25
1386
1
3월 25
1603
1
3월 25
162