Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
1 ตอบกลับ
1573 มุมมอง
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" />
อวตาร
ละทิ้ง

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

คำตอบที่ดีที่สุด

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

อวตาร
ละทิ้ง
Related Posts ตอบกลับ มุมมอง กิจกรรม
2
พ.ค. 25
1164
2
พ.ค. 25
1245
2
มิ.ย. 25
840
3
พ.ค. 25
1712
2
มี.ค. 25
937