This question has been flagged
1 Reply
8758 Views

Hi all, in form view, I have much information displayed in pages. I need this information to be also seen in tree view.

I have tested inserting one2many fields in tree view, but this only shows id's and not the information useful for users.

How can I display this information? I was thinking maybe a fields.function, but not sure, any ideas? suggestions?

Thanks in advance!!

Avatar
Discard
Best Answer

Try this:

<field name="o2m"><tree><field name="field"/></tree></field>


Avatar
Discard