Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
1 Відповісти
3130 Переглядів

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>
Аватар
Відмінити
Related Posts Відповіді Переглядів Дія
1
черв. 24
2876
0
серп. 20
4318
1
трав. 24
4353
0
січ. 20
3073
1
лют. 19
5990