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" />
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- ลูกค้าสัมพันธ์
- e-Commerce
- ระบบบัญชี
- สินค้าคงคลัง
- PoS
- Project
- MRP
คำถามนี้ถูกตั้งค่าสถานะ
1
ตอบกลับ
1573
มุมมอง
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 |
Is it not clear from the error that ="0" is not a permitted value and you need ="top" or ="bottom" ?