Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
9330 Widoki

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

Awatar
Odrzuć
Najlepsza odpowiedź

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

Awatar
Odrzuć
Autor

it helps me a lot , thanks :)

I believe that

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

should be

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

Powiązane posty Odpowiedzi Widoki Czynność
0
wrz 17
3235
4
lut 25
2137
0
lut 25
1191
0
sty 25
1017
1
gru 24
1319