跳至內容
選單
此問題已被標幟
1 回覆
9187 瀏覽次數

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

頭像
捨棄
最佳答案

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

頭像
捨棄
作者

it helps me a lot , thanks :)

I believe that

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

should be

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

相關帖文 回覆 瀏覽次數 活動
0
9月 17
3105
4
2月 25
1540
0
2月 25
908
0
1月 25
733
1
12月 24
1021