Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
2 Ответы
6893 Представления

How does line item display as kanban on responsive view?

Example: Line item (One2Many field) of picking showing as kanban view but it's xml write as tree view. Whenever we try this on mobile or responsive mode it showing as kanban with few fields.  How I can, I achieve this feature in my custom module?

Аватар
Отменить
Лучший ответ

Here you go an example


\https://github.com/odoo/odoo/blob/bdc62d8031453d4de70220a294b7c2d5c0ba54b6/addons/stock/views/stock_warehouse_views.xml#L122-L153

Аватар
Отменить
Лучший ответ

Look at an existing view for this:

<kanban class="o_kanban_mobile">

and copy the approach.

Аватар
Отменить
Related Posts Ответы Просмотры Активность
0
февр. 24
921
0
мар. 22
85
0
дек. 20
6166
0
авг. 17
4612
0
мар. 16
3255