Skip to Content
मेन्यू
This question has been flagged
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
Discard

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

Best Answer

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

Avatar
Discard
Related Posts Replies Views Activity
2
मई 25
1164
2
मई 25
1243
2
जून 25
840
3
मई 25
1712
2
मार्च 25
936