Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
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
Buang

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

Jawaban Terbai

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

Avatar
Buang
Post Terkait Replies Tampilan Aktivitas
2
Mei 25
1140
2
Mei 25
1222
2
Jun 25
819
3
Mei 25
1688
2
Mar 25
910