<searchpanel>
<field name="state" select="multi"/>
</searchpanel>
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- 客户关系管理
- e-Commerce
- 会计
- 库存
- PoS
- Project
- MRP
此问题已终结
The select="multi" attribute is not supported by Odoo's selection field in the search panel tag of a tree view. Only many2many fields can use the select attribute, which lets you choose several values from the field.
On the other side, the selection field is used to offer a drop-down selection of predetermined values. Multiple selections are not by default permitted.
Use a many2many field rather than a selection field if you need to make several selections available in the search panel for a field. The underlying data model and the associated views would need to be changed to accommodate this modification.
相关帖文 | 回复 | 查看 | 活动 | |
---|---|---|---|---|
|
1
2月 22
|
5705 | ||
|
4
12月 24
|
17385 | ||
|
0
10月 21
|
2144 | ||
|
2
12月 24
|
3960 | ||
|
1
11月 24
|
2760 |