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
- 회계
- 재고 관리
- PoS
- Project
- MRP
신고된 질문입니다
1
회신
1636
화면
The proper way to give the value for attribute editable in odoo 18 is
<list editable="bottom"> or <list editable="top">
관련 게시물 | 답글 | 화면 | 활동 | |
---|---|---|---|---|
|
2
5월 25
|
1202 | ||
|
2
5월 25
|
1279 | ||
|
2
6월 25
|
887 | ||
|
3
5월 25
|
1765 | ||
|
2
3월 25
|
964 |
Is it not clear from the error that ="0" is not a permitted value and you need ="top" or ="bottom" ?