This question has been flagged
1 Reply
1706 Views

Please help 

I need to show the information rotated 90 degrees so that the lines are the columns and vice versa?

this is the field that i want to process so that it looks like that

Product_ids=fields.One2many('product.product', 'product_tmpl_id', 'Product')

I am working with odoo 12


Avatar
Discard
Best Answer

Hi Eduardo,


You can give your custom in one2many in XML file to achieve this. What you need to do is, you need to give custom class to that field in xml file and apply style to that class using stylesheet (CSS).



Hope it will work for you.

Thanks and regards

Haresh Kansara

Avatar
Discard