Have ODOO 10 comunitty. Is posible to show only the year in the header? Or show only date period without "from" and "to"? ``` <t t-foreach="matrix.iter_cols()" t-as="col"> <t t-if="col.description"> <t t-esc="col.description"/> </t> </t> ```
Have ODOO 10 comunitty. Is posible to show only the year in the header? Or show only date period without "from" and "to"?