Invoice - Send by Email (Portal)
Email From
info@capitalcentric.co.uk
To (Email)
To (Partners)
${object.partner_id.id}
Reply To
info@capitalcentric.co.uk
Subject
${object.company_id.name} Invoice (Ref ${object.number or 'n/a' })
Hello ${object.partner_id.name},
A new invoice is available for you:
REFERENCES
Invoice number: ${object.number}
Invoice total: ${object.amount_total} ${object.currency_id.name}
Invoice date: ${object.date_invoice}
% if object.origin:
Order reference: ${object.origin}
% endif
% if object.user_id:
Your contact: ${object.user_id.name}
% endif
You can access the invoice document and pay online via our Customer Portal:
View Invoice % endif % if object.paypal_url: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}
% if object.company_id.street:
${object.company_id.street}
% 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:
% 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:
Phone: ${object.company_id.phone}
% endif
% if object.company_id.website:
% endif