跳至內容
選單
此問題已被標幟
2 回覆
6903 瀏覽次數

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.

頭像
捨棄
相關帖文 回覆 瀏覽次數 活動
0
2月 24
924
0
3月 22
85
0
12月 20
6168
0
8月 17
4615
0
3月 16
3258