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
- 회계
- 재고 관리
- PoS
- Project
- MRP
신고된 질문입니다
1
회신
3144
화면
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>
관련 게시물 | 답글 | 화면 | 활동 | |
---|---|---|---|---|
|
1
6월 24
|
2894 | ||
|
0
8월 20
|
4375 | ||
|
1
5월 24
|
4365 | ||
|
0
1월 20
|
3096 | ||
|
1
2월 19
|
6011 |