Skip to Content
Menu
This question has been flagged
2 Replies
5914 Views

Hi I wanted to use multi header in the tree view. colspan

like

----------------
| Long Cell    |
----------------
| 1    | 2     |
----------------

I tried these one two solutions on stackoverflow, unfortunately they are not working on Odoo 12.0 CE.


Avatar
Discard
Best Answer

it's not possible using XML definition change you have to change list renderer to archive it. list view always create same <th> as number of fields

https://github.com/odoo/odoo/blob/11.0/addons/web/static/src/js/views/list/list_renderer.js#L509

Avatar
Discard
Best Answer

If it possible pls check it

https://stackoverflow.com/questions/45444767/odoo-view-customization-with-colspan-or-may-be-col

Avatar
Discard
Author

sorry I already tried this solution..

Related Posts Replies Views Activity
0
Oct 24
3
4
May 24
4877
5
Nov 23
40250
3
Sep 23
7672
2
Jan 24
2330