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
الرد
1794
أدوات العرض
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 |
Is it not clear from the error that ="0" is not a permitted value and you need ="top" or ="bottom" ?