The "editable" attribute of list views must be "top" or "bottom", received 0
<xpath expr="//field[@name='move_ids_without_package']" position="inside">
<list editable="0" create="0">
<field name="position_no" />
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- 客户关系管理
- e-Commerce
- 会计
- 库存
- PoS
- Project
- MRP
此问题已终结
1
回复
1567
查看
The proper way to give the value for attribute editable in odoo 18 is
<list editable="bottom"> or <list editable="top">
相关帖文 | 回复 | 查看 | 活动 | |
---|---|---|---|---|
|
2
5月 25
|
1157 | ||
|
2
5月 25
|
1236 | ||
|
2
6月 25
|
832 | ||
|
3
5月 25
|
1708 | ||
|
2
3月 25
|
933 |
Is it not clear from the error that ="0" is not a permitted value and you need ="top" or ="bottom" ?