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
回复
2559
查看
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
|
1896 | ||
|
0
8月 20
|
3280 | ||
|
1
5月 24
|
3583 | ||
|
0
1月 20
|
2205 | ||
|
1
2月 19
|
5364 |