İçereği Atla
Menü
Bu soru işaretlendi
1 Cevapla
1797 Görünümler
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
Vazgeç

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

En İyi Yanıt

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

Avatar
Vazgeç
İlgili Gönderiler Cevaplar Görünümler Aktivite
2
May 25
1350
2
May 25
1444
2
Haz 25
1040
3
May 25
1958
2
Mar 25
1121