Sales Order - Send by Email
Hello ${object.partner_id.name},
Here is your ${object.state in ('draft', 'sent') and 'quotation' or 'order confirmation'} from ${object.company_id.name}:
REFERENCES
Order number: ${object.name}
Order total: ${object.amount_total} ${object.pricelist_id.currency_id.name}
Order date: ${object.date_order}
% if object.origin:
Order reference: ${object.origin}
% endif
% if object.client_order_ref:
Your reference: ${object.client_order_ref}
% endif
% if object.user_id:
Your contact: ${object.user_id.name}
% endif
It is also possible to directly pay with Paypal:

If you have any question, do not hesitate to contact us.
Thank you for choosing ${object.company_id.name or 'us'}!
${object.company_id.name}
% endif % if object.company_id.street2: ${object.company_id.street2}
% endif % if object.company_id.city or object.company_id.zip: ${object.company_id.zip} ${object.company_id.city}
% endif % if object.company_id.country_id: ${object.company_id.state_id and ('%s, ' % object.company_id.state_id.name) or ''} ${object.company_id.country_id.name or ''}
% endif % if object.company_id.phone: