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

We want to show BBA Structured Communication like +++847/0516/80305+++ on a printed invoice. Which 'o. variable' do we need to use for this? (like o.tax_line, o.currency_id.symbol, ...)

Avatar
Discard
Best Answer

Cedric, to display the reference in your invoice template, you can use

o.reference

To figure this out (and what other fields) might be available, I looked at the fields of the "account_invoice" table.

Hope this helps,

Avatar
Discard