Overslaan naar inhoud
Menu
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Deze vraag is gerapporteerd
1 Beantwoorden
6335 Weergaven

I want to remove XPath from another view

I had inherited that view which type of XPath is use to remove other <xpath> tag

Avatar
Annuleer
Beste antwoord

just "replace" the fields added within the xpath tag,

like <field name="field_to_replace" position="replace"/>

Avatar
Annuleer
Auteur

<xpath expr="//field[@name='project_id']" position="before">

<label for="template_id"/>

<div>

<field name="template_id" context="{'company_id': company_id}" on_change="onchange_template_id(template_id, partner_id, fiscal_position_id, pricelist_id)"/>

</div>

</xpath>

i want to remove this whole Xpath

i had use as told you but <div></div> is still there so my form view is spoiled

and i want to remove template_id field with its label

Gerelateerde posts Antwoorden Weergaven Activiteit
0
apr. 20
3506
1
aug. 19
6140
1
feb. 25
2376
3
dec. 24
1829
2
mrt. 24
2171