[FIX] crm_partner_assign typos

bzr revid: al@openerp.com-20130312131039-yy28lv24gf2nybfk
This commit is contained in:
Antony Lesuisse 2013-03-12 14:10:39 +01:00
parent c7d709e579
commit 3aa39206f9
2 changed files with 4 additions and 4 deletions

View File

@ -12,10 +12,10 @@
<field name="body_html"><![CDATA[
Hello ${object.partner_assigned_id.name},
<p>
Here is a lead that might interrest you.
Here is a lead that might interest you.
</p>
<p>
Please keep me informed about your actions about it so that i can keep an
Please keep me informed about your actions about it so that I can keep an
accurate follow-up of it and help you in the sale cycle.
</p>
<p>
@ -25,7 +25,7 @@ ${object.user_id.email}
</p>
<p>
${ctx["mail_body"] | safe}
${ctx["mail_body"].replace('\n','<br>') | safe}
</p>
% if ctx["history_mode"] in ('whole'):

View File

@ -47,7 +47,7 @@ class crm_lead_forward_to_partner(osv.TransientModel):
}
_defaults = {
'history_mode': 'whole',
'history_mode': 'info',
}
def default_get(self, cr, uid, fields, context=None):