Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
5 Replies
4923 Tampilan

Hello:

Please, i want to add a field in the class "account invoice" but under this: 

<notebook colspan="4">

<page string="Invoice Lines">

<field name="invoice_line" nolabel="1" widget="one2many_list" context="{'type': type}">

<tree string="Invoice Lines" editable="bottom">

<field name="field"/>

Howcan i use xpath to locate it please.

Thanks a lot in advance

Avatar
Buang
Jawaban Terbai

you can also do it in another way

if you can not fine the technical name of the field

you can do it with the string name

<xpath expr="//field[@string='String_Name']" position="after">
<field name="field_name"/>
</xpath>

Avatar
Buang
Penulis Jawaban Terbai

Here is the answer:

<xpath expr="//field[@name='invoice_line']/tree/field[@name='product_id']"

position="before">

<field name="project_name"/>

</xpath>

I have tried it and it works perfectly :)

Avatar
Buang

same as it works in prior versions :) xpath is working with any xml file.. it is not related to odoo version :)

hi, where can I read the docs about xpath?

Doesn't seem to be too much documentation about xpath. A bit of info here: https://www.odoo.com/documentation/8.0/reference/views.html

Post Terkait Replies Tampilan Aktivitas
0
Mar 25
1151
0
Jan 25
3196
1
Agu 23
14464
change password Diselesaikan
1
Agu 23
13153
1
Jul 23
10154