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
- Buchhaltung
- Lager
- PoS
- Project
- MRP
Diese Frage wurde gekennzeichnet
1
Antworten
1617
Ansichten
The proper way to give the value for attribute editable in odoo 18 is
<list editable="bottom"> or <list editable="top">
Diskutieren Sie gerne? Treten Sie bei, statt nur zu lesen!
Erstellen Sie heute ein Konto, um exklusive Funktionen zu nutzen und mit unserer tollen Community zu interagieren!
RegistrierenVerknüpfte Beiträge | Antworten | Ansichten | Aktivität | |
---|---|---|---|---|
|
2
Mai 25
|
1189 | ||
|
2
Mai 25
|
1268 | ||
|
2
Juni 25
|
875 | ||
|
3
Mai 25
|
1740 | ||
|
2
März 25
|
953 |
Is it not clear from the error that ="0" is not a permitted value and you need ="top" or ="bottom" ?