Skip to Content
Menu
This question has been flagged
1 Reply
5954 Views

How to display Char field in a pivot table in odoo10 ?

Avatar
Discard
Best Answer

Hello,

You can group any field using 

<field name="your_field" type="col"/>

or

<field name="your_field" type="row"/>

 

Avatar
Discard