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:
- CRM
- e-Commerce
- Akuntansi
- Inventaris
- PoS
- Project
- MRP
Pertanyaan ini telah diberikan tanda
1
Balas
1539
Tampilan
The proper way to give the value for attribute editable in odoo 18 is
<list editable="bottom"> or <list editable="top">
Menikmati diskusi? Jangan hanya membaca, ikuti!
Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!
DaftarPost Terkait | Replies | Tampilan | Aktivitas | |
---|---|---|---|---|
|
2
Mei 25
|
1140 | ||
|
2
Mei 25
|
1222 | ||
|
2
Jun 25
|
819 | ||
|
3
Mei 25
|
1688 | ||
|
2
Mar 25
|
910 |
Is it not clear from the error that ="0" is not a permitted value and you need ="top" or ="bottom" ?