Skip to Content
Menu
This question has been flagged
1 Odpoveď
3117 Zobrazenia

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.

Avatar
Zrušiť
Best Answer

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>
Avatar
Zrušiť
Related Posts Replies Zobrazenia Aktivita
1
jún 24
2865
0
aug 20
4295
1
máj 24
4345
0
jan 20
3063
1
feb 19
5985