Hi all,
I have a Qweb PDF report where I am fetching some custom records. One of the fields I want to display is a SELECTION field such as for example x_approval_status with Selection definition of : [('A','Approved'),('D','Denied')].
In the Qweb query I am fetching these records and showing the field, like <t t-raw="object.x_approval_status" />. This works, it shows the 'A' or 'D' values.
How can I show the 'Approved' or 'Denied' values ?
tx
Seppe