Skip to Content
Menu
This question has been flagged

I tried to create a list view in kanban box, but it shows (0 records). Code:

<kanban>
<field name="defaults" />
      <field name="due_amount" />
      <field name="name" />
      <field name="list_defaults" widget="one2many_list"/>

                <templates>

                    <t t-name="kanban-box">

<div class="oe_kanban_color_#{kanban_getcolor(record.color.raw_value)} oe_kanban_card oe_kanban_stock_picking_type">
<div class="oe_kanban_content">
<div>
<field name="list_defaults" widget="one2many_list">
 <tree string="list of defaulters">
    <field name="name" />
    <field name="partner_id" />
    <field name="total_amount" />
</tree>
</field>
</div>
</div>
</div>
</t>
</templates>
</kanban>

i need to display top 10 records in kanban box, if it exceeds 10 it should show more button. please give solution if any, thanks

Avatar
Discard
Related Posts Replies Views Activity
0
Dec 23
1918
1
May 23
3340
1
Aug 21
7060
0
Mar 21
2416
2
Dec 19
7973