Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
1 Răspunde
3658 Vizualizări

when I add a new field before res.partner street , I never get a label why?

I need a field before street with a label. How can I do that:


<field name="arch" type="xml">

<field name="street" position="before">

<field name="gio_shortcut" string="Kürzel"/>

</field>

</field>


Why I never get an label ?

Imagine profil
Abandonează
Cel mai bun răspuns

Try this,


<field name="arch" type="xml">
<xpath expr="/form/sheet/group/group/label[@for='street']" position="before">   
  <field name="gio_shortcut" string="Kürzel"/> 
</xpath

</field>

Imagine profil
Abandonează
Autor

thank you

Related Posts Răspunsuri Vizualizări Activitate
0
sept. 18
4107
1
ian. 23
2921
3
aug. 20
5448
5
iun. 20
7137
0
feb. 18
3047