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

Hello,

how can we extract the telephone number of the company in the reports? In the previous versions we could do that by using the following code:

[[ company.partner_id.address and company.partner_id.address[0].phone or '' ]]

I want simply to extract the company's number or that of the salesperson in the reports.

Thanks.

Avatar
Discard
Best Answer

simple

[[ company.partner_id.phone or '' ]]
Avatar
Discard
Related Posts Replies Views Activity
2
Oct 25
2918
1
Oct 25
638
1
Aug 25
1304
1
Apr 25
2142
1
Jul 24
2506