Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
1 Rispondi
1790 Visualizzazioni
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" />
Avatar
Abbandona

Is it not clear from the error that ="0" is not a permitted value and you need ="top" or ="bottom" ?

Risposta migliore

The proper way to give the value for attribute editable in odoo 18 is 
<list editable="bottom"> or <list editable="top">

Avatar
Abbandona
Post correlati Risposte Visualizzazioni Attività
2
mag 25
1345
2
mag 25
1442
2
giu 25
1034
3
mag 25
1953
2
mar 25
1118