跳至内容
菜单
此问题已终结
1 回复
4945 查看

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, ...)

形象
丢弃
最佳答案

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,

形象
丢弃