odoo-807: Changed follower's e-mail to reference Odoo instead of OpenERP

This commit is contained in:
Chris Petsos 2014-07-06 14:10:57 +03:00
parent d78192c489
commit f9b330b259
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ class mail_notification(osv.Model):
sent_by = _('Sent from %(company)s using %(openerp)s')
signature_company = '<small>%s</small>' % (sent_by % {
'company': company,
'openerp': "<a style='color:inherit' href='https://www.openerp.com/'>OpenERP</a>"
'openerp': "<a style='color:inherit' href='https://www.odoo.com/'>Odoo</a>"
})
footer = tools.append_content_to_html(footer, signature_company, plaintext=False, container_tag='div')