[IMP] account: email template of account invoice

bzr revid: hmo@tinyerp.com-20110829073956-vabkylrsvnklb8hw
This commit is contained in:
Harry (OpenERP) 2011-08-29 13:09:56 +05:30
parent b46c255446
commit 39b40d789a
1 changed files with 2 additions and 2 deletions

View File

@ -33,8 +33,8 @@ if not object.partner_id.opt_out: self.pool.get('email.template').generate_mail(
<div style="font-family: 'Lucica Grande', Ubuntu, Arial, Verdana, sans-serif; font-size: 12px; color: rgb(34, 34, 34); background-color: rgb(255, 255, 255); ">
<p> Hello ${object.address_invoice_id.name and ' ' or ''},</p>
<p> You can click on the following link to preview, print and pay invoice:
<a href="${object._context.get('edi_web_invoice_url_view')}">$${object._context.get('edi_web_invoice_url_view')} </a>
<p> You can click on the following link to preview, print and pay invoice: <br/>
<a href="${object._context.get('edi_web_invoice_url_view')}">${object._context.get('edi_web_invoice_url_view')} </a>
</p>