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

hi everybody, i want to change a field which is belong to base in view company , i know that i had to use inheritance but i don't know how , is it possible to do it ? Thanks

Imagine profil
Abandonează
Cel mai bun răspuns

This can be done bij inheriting the view.

First replace the field with nothing.

<field name="phone" position="replace">
</field>

After this put the field on the right place in the view:

<field name="name" position="email">
                    <field name="phone" />
</field>

Hope this helps you.

Regards, André Schenkels

Imagine profil
Abandonează
Autor

it helps me a lot , thanks :)

I believe that

<field name="name" position="email">

should be

<field name="email" position="after">

Related Posts Răspunsuri Vizualizări Activitate
0
sept. 17
3233
4
feb. 25
2129
0
feb. 25
1184
0
ian. 25
1014
1
dec. 24
1312