Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
1 Răspunde
1799 Vizualizări
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" />
Imagine profil
Abandonează

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

Cel mai bun răspuns

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

Imagine profil
Abandonează
Related Posts Răspunsuri Vizualizări Activitate
2
mai 25
1353
2
mai 25
1445
2
iun. 25
1043
3
mai 25
1959
2
mar. 25
1123