Se rendre au contenu
Menu
Cette question a été signalée
1 Répondre
9401 Vues

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
Ignorer
Meilleure réponse

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
Ignorer
Auteur

it helps me a lot , thanks :)

I believe that

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

should be

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

Publications associées Réponses Vues Activité
0
sept. 17
3271
4
févr. 25
2318
0
févr. 25
1260
0
janv. 25
1100
1
déc. 24
1393