Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odpovědět
5716 Zobrazení

Hello,

I'm new to OpenERP and the webkit.

In the webkit footer, I would like to print the different bank-data (res_partner_bank.bank-name and res_partner_bank.acc_number). As this can be a list of several banks for a company, I have no idea how to get this information into my webkit footer.

I print some other data about the company as you can see in this part of my webkit footer:

            <td style="text-align:center;font-size:10">t ${company.partner_id.phone or ''|entity} </td>

Any help would be very welcome... Thanks in advance

Avatar
Zrušit
Nejlepší odpověď

I imagine that doing something like this:

%for bank in company.bank_ids:

bank.id
bank.name
bank.x

%endfor

Should work

Avatar
Zrušit
Related Posts Odpovědi Zobrazení Aktivita
1
čvn 23
2755
1
bře 15
4764
1
pro 23
2187
0
lis 20
4250
0
lis 15
4851