This question has been flagged
2 Replies
3318 Views

Good afternoon,

I am trying to change in the invoice report the tax column. I want to see only the tax code but I can print in the lines only the description. With Open office report designer, I have this string " [[ ', '.join([ lt.name or '' for lt in l.invoice_line_tax_id ]) ]] " so i wish to know what to write to see the code and not the description of the tax.

Hope that someone could help me.

Thank you.

Using Openerp 7 . Starting to use it this week. I find this software wonderful.

Avatar
Discard
Best Answer

Instead of the "name" field you can pick any other field on that object to show. So, for example, you could pick up "description", if that is what you desire?

Avatar
Discard
Author

Thank you... but the problem is that I don't know where to find the name of the fields.

Author

What I mean is that for example: tax name is: AAAAAAAAAAAAAAAAAAA tax code is: 020 and in the invoice lines I can see AAAAAAAAAAAAAAAAAAA but I wish to have 020 Any suggestion? Now the string in the report is: [[ ', '.join([ lt.name or '' for lt in l.invoice_line_tax_id ]) ]] Thank you

Author Best Answer

Thank you... but the problem is that I don't know where to find the name of the fields.

Avatar
Discard