跳至内容
菜单
此问题已终结

I need to show attachments in kanban view.


<record id="view_document_ir_attachment_kanban" model="ir.ui.view">
        <field name="name">ir.attachment.kanban</field>
        <field name="model">ir.attachment</field>
        <field name="arch" type="xml">
            <kanban create="false">
                <field name="name" />
                <field name="datas" />
                <templates>
                    <t t-name="kanban-box">
                        <div style="width: 100px;">
                            <field name="name" />
                            <field name="data"/>
                        </div>
                    </t>
                </templates>
            </kanban>
        </field>
    </record>

Here field data is the binary field.

形象
丢弃
相关帖文 回复 查看 活动
1
10月 22
7799
1
1月 25
1781
0
12月 24
1494
1
3月 23
6702
0
8月 22
2652