Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odpovědět
6572 Zobrazení

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
Zrušit
Nejlepší odpověď

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

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

Avatar
Zrušit
Autor

<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

Related Posts Odpovědi Zobrazení Aktivita
0
dub 20
3714
1
srp 19
6413
1
úno 25
2607
3
pro 24
2330
2
bře 24
2394