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
- Financeiro
- Inventário
- PoS
- Project
- MRP
Esta pergunta foi sinalizada
1
Responder
1547
Visualizações
The proper way to give the value for attribute editable in odoo 18 is
<list editable="bottom"> or <list editable="top">
Está gostando da discussão? Não fique apenas lendo, participe!
Crie uma conta hoje mesmo para aproveitar os recursos exclusivos e interagir com nossa incrível comunidade!
Inscreva-sePublicações relacionadas | Respostas | Visualizações | Atividade | |
---|---|---|---|---|
|
2
mai. 25
|
1146 | ||
|
2
mai. 25
|
1226 | ||
|
2
jun. 25
|
822 | ||
|
3
mai. 25
|
1697 | ||
|
2
mar. 25
|
921 |
Is it not clear from the error that ="0" is not a permitted value and you need ="top" or ="bottom" ?