Skip to Content
Menu
You need to be registered to interact with the community.
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
Opusti

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
Opusti
Related Posts Odgovori Prikazi Aktivnost
2
maj 25
1172
2
maj 25
1251
2
jun. 25
855
3
maj 25
1723
2
mar. 25
944