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
- Kirjanpito
- Varastointi
- PoS
- Project
- MRP
Tämä kysymys on merkitty
1
Vastaa
1589
Näkymät
The proper way to give the value for attribute editable in odoo 18 is
<list editable="bottom"> or <list editable="top">
Nautitko keskustelusta? Älä vain lue, vaan osallistu!
Luo tili jo tänään nauttiaksesi yksinoikeusominaisuuksista ja osallistuaksesi mahtavaan yhteisöömme!
RekisteröidyAiheeseen liittyviä artikkeleita | Vastaukset | Näkymät | Toimenpide | |
---|---|---|---|---|
|
2
toukok. 25
|
1177 | ||
|
2
toukok. 25
|
1260 | ||
|
2
kesäk. 25
|
859 | ||
|
3
toukok. 25
|
1729 | ||
|
2
maalisk. 25
|
945 |
Is it not clear from the error that ="0" is not a permitted value and you need ="top" or ="bottom" ?