Email Contract Template ${(object.user_id.email and '%s <%s>' % (object.user_id.name, object.user_id.email) or '')|safe} ${object.company_id.name} Contract (Ref ${object.name or 'n/a'}) ${object.partner_id.id} Contract ${object.partner_id.lang}

Hello ${object.partner_id.name or ''},

A new contract has been created:

  REFERENCES
  Contract: ${object.name}
% if object.date_start:   Contract Date Start: ${object.date_start or ''}
% endif % if object.user_id: % if object.user_id.email:   Your Contact: ${object.user_id.name} % else:   Your Contact: ${object.user_id.name} % endif % endif


If you have any questions, do not hesitate to contact us.

Thank you for choosing ${object.company_id.name or 'us'}!



${object.company_id.name}

${object.company_id.partner_id.sudo().with_context(show_address=True, html_format=True).name_get()[0][1] | safe} % if object.company_id.phone:
Phone: ${object.company_id.phone}
% endif % if object.company_id.website: %endif

]]>