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
- Comptabilité
- Inventaire
- PoS
- Projet
- MRP
Cette question a été signalée
1
Répondre
2855
Vues
The proper way to give the value for attribute editable in odoo 18 is
<list editable="bottom"> or <list editable="top">
Vous appréciez la discussion ? Ne vous contentez pas de lire, rejoignez-nous !
Créez un compte dès aujourd'hui pour profiter de fonctionnalités exclusives et échanger avec notre formidable communauté !
S'inscrire| Publications associées | Réponses | Vues | Activité | |
|---|---|---|---|---|
|
|
2
mai 25
|
2226 | ||
|
|
2
mai 25
|
2514 | ||
|
|
1
nov. 25
|
373 | ||
|
|
2
juin 25
|
2052 | ||
|
|
3
mai 25
|
2866 |
Is it not clear from the error that ="0" is not a permitted value and you need ="top" or ="bottom" ?