コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
3113 ビュー

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
2865
0
8月 20
4290
1
5月 24
4341
0
1月 20
3060
1
2月 19
5983