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" />
لقد تم الإبلاغ عن هذا السؤال
1
الرد
4242
أدوات العرض
The proper way to give the value for attribute editable in odoo 18 is
<list editable="bottom"> or <list editable="top">
هل أعجبك النقاش؟ لا تكن مستمعاً فقط. شاركنا!
أنشئ حساباً اليوم لتستمتع بالخصائص الحصرية، وتفاعل مع مجتمعنا الرائع!
تسجيل| المنشورات ذات الصلة | الردود | أدوات العرض | النشاط | |
|---|---|---|---|---|
|
|
2
مايو 25
|
3728 | ||
|
|
2
مايو 25
|
3910 | ||
|
|
0
أبريل 26
|
3 | ||
|
|
2
فبراير 26
|
1382 | ||
|
|
1
أبريل 26
|
2221 |
Is it not clear from the error that ="0" is not a permitted value and you need ="top" or ="bottom" ?