Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
1 Rispondi
9278 Visualizzazioni

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

Avatar
Abbandona
Risposta migliore

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

Avatar
Abbandona
Autore

it helps me a lot , thanks :)

I believe that

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

should be

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

Post correlati Risposte Visualizzazioni Attività
0
set 17
3180
4
feb 25
2020
0
feb 25
1145
0
gen 25
977
1
dic 24
1278