Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
4 ตอบกลับ
5395 มุมมอง

Hey i have a view in which a line view when clicked also has a form view which pops up. I want to xpath a field inside that popping form but unable to do so . here is the code

<page string="Products">
<field
name="line_ids">
<tree
decoration-muted="cancelled == True">
<field
name="product_id"/>
<field
name="name"/>
<field name="is_editable" invisible="1"/>
</tree>
<form>
<sheet>
<group>
<group>
<field
name="is_editable" invisible="1"/>
<field
name="product_id"
attrs="{'readonly': [('is_editable','=', False)]}"/>
<field
name="name"
attrs="{'readonly': [('is_editable','=', False)]}"/>
<label
for="product_qty"
attrs="{'readonly': [('is_editable','=', False)]}"/>
<div>
<field
name="product_qty"
class="oe_inline"
attrs="{'readonly': [('is_editable','=', False)]}"/>
More or less this is what it looks like.
อวตาร
ละทิ้ง
ผู้เขียน

P.s. ignore open tags its just a sample

right now i have tried using

<xpath expr="/field[@name='line_ids']/tree/form/sheet//field[@name='product_id']" position="before">

but this is not working

ผู้เขียน คำตอบที่ดีที่สุด

ok I found an answer of my solution

here is the solution

<xpath expr="//field[@name='line_ids']/form/sheet/group/group" position="inside">
อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

Thanks for the help. Am also facing the same issue

อวตาร
ละทิ้ง
Related Posts ตอบกลับ มุมมอง กิจกรรม
4
ธ.ค. 23
18309
1
ก.ย. 19
4063
1
ก.ค. 25
2170
2
พ.ค. 24
2937
1
ก.พ. 24
1646