Skip to Content
Menu
Dette spørgsmål er blevet anmeldt
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" />
Avatar
Kassér

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

Bedste svar

The proper way to give the value for attribute editable in odoo 18 is 
<list editable="bottom"> or <list editable="top">

Avatar
Kassér
Related Posts Besvarelser Visninger Aktivitet
2
maj 25
1172
2
maj 25
1252
2
jun. 25
856
3
maj 25
1723
2
mar. 25
944