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
返信
3113
ビュー
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
|
4290 | ||
|
1
5月 24
|
4341 | ||
|
0
1月 20
|
3060 | ||
|
1
2月 19
|
5983 |