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
- Бухгалтерия
- Склад
- PoS
- Проекты
- MRP
Этот вопрос был отмечен
1
Ответить
2771
Представления
The proper way to give the value for attribute editable in odoo 18 is
<list editable="bottom"> or <list editable="top">
Не оставайтесь в стороне – присоединяйтесь к обсуждению!
Создайте аккаунт сегодня, чтобы получить доступ к эксклюзивным функциям и стать частью нашего замечательного сообщества!
Регистрация| Похожие посты | Ответы | Просмотры | Активность | |
|---|---|---|---|---|
|
|
2
мая 25
|
2179 | ||
|
|
2
мая 25
|
2439 | ||
|
|
1
нояб. 25
|
337 | ||
|
|
2
июн. 25
|
2003 | ||
|
|
3
мая 25
|
2800 |
Is it not clear from the error that ="0" is not a permitted value and you need ="top" or ="bottom" ?