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

Hi,

I was able to extract the company's information in the header and footer of reports by using for instance the following piece of code:

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

That was for extracting the zip code. In the attempt of adjusting the new version to our needs, I could not extract the info in the above mentioned way.

Any help would be appreciated.

Thanks.

Avatar
Discard
Best Answer

In v7 you can use

[[ company.partner_id.child_ids[0].zip ]]
Avatar
Discard
Related Posts Replies Views Activity
4
Jan 20
4044
10
Mar 16
6889
1
Oct 24
12468
0
Dec 23
1063
0
Sep 23
1847