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.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Contabilitate
- Inventar
- PoS
- Project
- MRP
Această întrebare a fost marcată
1
Răspunde
2685
Vizualizări
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>
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Înscrie-teRelated Posts | Răspunsuri | Vizualizări | Activitate | |
---|---|---|---|---|
|
1
iun. 24
|
2287 | ||
|
0
aug. 20
|
3530 | ||
|
1
mai 24
|
3802 | ||
|
0
ian. 20
|
2490 | ||
|
1
feb. 19
|
5547 |