Skip to Content
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
1 Ответить
767 Представления

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

Аватар
Отменить
Related Posts Ответы Просмотры Активность
2
янв. 23
2487
0
мая 25
78
0
апр. 25
263
1
мар. 25
885
1
мар. 25
162