跳至内容
菜单
此问题已终结
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" />
形象
丢弃

Is it not clear from the error that ="0" is not a permitted value and you need ="top" or ="bottom" ?

最佳答案

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