[FIX]account_analytic_analysis: remover addressfield

bzr revid: kjo@tinyerp.com-20120326111110-79iyx3mkyuwfabid
This commit is contained in:
Kuldeep Joshi (OpenERP) 2012-03-26 16:41:10 +05:30
parent 3149baaa75
commit ddc6e5fa4c
1 changed files with 1 additions and 3 deletions

View File

@ -32,9 +32,7 @@ Here is the list of contracts to renew:
% endif
- Dates: ${account.date_start} to ${account.date and account.date or '???'}
- Contacts:
% for address in account.partner_id.address:
. ${address.name}, ${address.phone}, ${address.email}
% endfor
. ${account.partner_id.name}, ${account.partner_id.phone}, ${account.partner_id.email}
% endfor
% endfor