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
2797 Widoki

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.

Awatar
Odrzuć
Najlepsza odpowiedź

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>
Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
1
cze 24
2461
0
sie 20
3682
1
maj 24
3943
0
sty 20
2648
1
lut 19
5655