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
- Contabilità
- Magazzino
- PoS
- Progetti
- MRP
La domanda è stata contrassegnata
1
Rispondi
2780
Visualizzazioni
The proper way to give the value for attribute editable in odoo 18 is
<list editable="bottom"> or <list editable="top">
Ti stai godendo la conversazione? Non leggere soltanto, partecipa anche tu!
Crea un account oggi per scoprire funzionalità esclusive ed entrare a far parte della nostra fantastica community!
Registrati| Post correlati | Risposte | Visualizzazioni | Attività | |
|---|---|---|---|---|
|
|
2
mag 25
|
2189 | ||
|
|
2
mag 25
|
2448 | ||
|
|
1
nov 25
|
341 | ||
|
|
2
giu 25
|
2009 | ||
|
|
3
mag 25
|
2803 |
Is it not clear from the error that ="0" is not a permitted value and you need ="top" or ="bottom" ?