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

Anyone know how to set the partner_id  first in purchase order search view
I try to replace the search view and change the position of the field but it does not work.

頭像
捨棄
最佳答案

You need to inherit the PO search view and replace the partner_id from the search view and then add it again at first place.

Ex:

<field name="partner_id" position="replace"/>
<field name="name" position="before">
    <field name="partner_id"/>                          
</field>
頭像
捨棄
相關帖文 回覆 瀏覽次數 活動
1
6月 24
2867
0
8月 20
4301
1
5月 24
4346
0
1月 20
3067
1
2月 19
5985