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
- Księgowość
- Zapasy
- PoS
- Project
- MRP
To pytanie dostało ostrzeżenie
1
Odpowiedz
1784
Widoki
The proper way to give the value for attribute editable in odoo 18 is
<list editable="bottom"> or <list editable="top">
Podoba Ci się ta dyskusja? Dołącz do niej!
Stwórz konto dzisiaj, aby cieszyć się ekskluzywnymi funkcjami i wchodzić w interakcje z naszą wspaniałą społecznością!
Zarejestruj sięPowiązane posty | Odpowiedzi | Widoki | Czynność | |
---|---|---|---|---|
|
2
maj 25
|
1343 | ||
|
2
maj 25
|
1440 | ||
|
2
cze 25
|
1032 | ||
|
3
maj 25
|
1951 | ||
|
2
mar 25
|
1116 |
Is it not clear from the error that ="0" is not a permitted value and you need ="top" or ="bottom" ?