跳至内容
菜单
此问题已终结
1 回复
748 查看

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
2420
0
5月 25
72
0
4月 25
249
1
3月 25
855
1
3月 25
162