Skip to Content
Menu
This question has been flagged
1 Odpoveď
1153 Zobrazenia

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"/>







Avatar
Zrušiť
Best Answer

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

Avatar
Zrušiť
Related Posts Replies Zobrazenia Aktivita
2
jan 23
3007
0
máj 25
614
0
apr 25
1009
1
mar 25
1309
1
mar 25
162