تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
1 الرد
1794 أدوات العرض
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">

الصورة الرمزية
إهمال
المنشورات ذات الصلة الردود أدوات العرض النشاط
2
مايو 25
1345
2
مايو 25
1443
2
يونيو 25
1037
3
مايو 25
1953
2
مارس 25
1120