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
回覆
1689
瀏覽次數
The proper way to give the value for attribute editable in odoo 18 is
<list editable="bottom"> or <list editable="top">
相關帖文 | 回覆 | 瀏覽次數 | 活動 | |
---|---|---|---|---|
|
2
5月 25
|
1261 | ||
|
2
5月 25
|
1353 | ||
|
2
6月 25
|
938 | ||
|
3
5月 25
|
1822 | ||
|
2
3月 25
|
1010 |
Is it not clear from the error that ="0" is not a permitted value and you need ="top" or ="bottom" ?