[FIX]account_analytic_analysis: remove dot

bzr revid: kjo@tinyerp.com-20120327130446-hniuxglpckd7tg6i
This commit is contained in:
Kuldeep Joshi (OpenERP) 2012-03-27 18:34:46 +05:30
parent ddc6e5fa4c
commit 6b9adf9f00
1 changed files with 1 additions and 1 deletions

View File

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