Hi, I'm trying to develop a module with comunity edition v11 and binary fields in tree view are seen as a long text, instead of a download link that is supossed to (or at least as seen in saas version with the same custom model and views defined)
My tree view:
<tree string="Docs tree">
<field name="equipo_id"/>
<field name="name"/>
<field name="filename" invisible="1"/>
<field name="file" filename="filename"/>
</tree>
In the form view, everything is fine but I cannot find the problem in tree view. Is this a v11 bug?
Thanks!
I reported this issue at github: https://github.com/odoo/odoo/issues/21996