コンテンツへスキップ
メニュー
この質問にフラグが付けられました
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
5月 25
1165
2
5月 25
1246
2
6月 25
840
3
5月 25
1713
2
3月 25
939