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
返信
1574
ビュー
The proper way to give the value for attribute editable in odoo 18 is
<list editable="bottom"> or <list editable="top">
関連投稿 | 返信 | ビュー | 活動 | |
---|---|---|---|---|
|
2
5月 25
|
1165 | ||
|
2
5月 25
|
1246 | ||
|
2
6月 25
|
840 | ||
|
3
5月 25
|
1713 | ||
|
2
3月 25
|
939 |
Is it not clear from the error that ="0" is not a permitted value and you need ="top" or ="bottom" ?