Se rendre au contenu
Menu
Cette question a été signalée

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
Ignorer
Publications associées Réponses Vues Activité
0
déc. 23
1518
1
mai 23
3013
1
août 21
6684
0
mars 21
2163
2
déc. 19
7647