# -*- coding: utf-8 -*- # Part of Odoo. See LICENSE file for full copyright and licensing details. MISC_HTML_SOURCE = u""" test1
test11
google test link """ EDI_LIKE_HTML_SOURCE = u"""test12
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.invoice_date }}
Order reference: {{ object.origin }}
Your contact: {{ object.user_id.name }}
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' }}!