Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
1 Ответить
1175 Представления
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">

Аватар
Отменить
Related Posts Ответы Просмотры Активность
2
мая 25
772
2
мая 25
970
2
июн. 25
468
3
мая 25
1311
2
мар. 25
629