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
- Contabilidad
- Inventario
- PoS
- Project
- MRP
Se marcó esta pregunta
1
Responder
2781
Vistas
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>
¿Le interesa esta conversación? ¡Participe en ella!
Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.
InscribirsePublicaciones relacionadas | Respuestas | Vistas | Actividad | |
---|---|---|---|---|
|
1
jun 24
|
2437 | ||
|
0
ago 20
|
3657 | ||
|
1
may 24
|
3923 | ||
|
0
ene 20
|
2636 | ||
|
1
feb 19
|
5634 |