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:
- 客戶關係
- e-Commerce
- 會計
- 庫存
- PoS
- Project
- MRP
此問題已被標幟
1
回覆
3118
瀏覽次數
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
|
2865 | ||
|
0
8月 20
|
4295 | ||
|
1
5月 24
|
4345 | ||
|
0
1月 20
|
3063 | ||
|
1
2月 19
|
5985 |