payment_paypal_email_data.xml 948 B

1234567891011121314151617181920212223242526
  1. <?xml version="1.0" ?>
  2. <odoo>
  3. <!-- No longer used, deleted in following version-->
  4. <template id="mail_template_paypal_invite_user_to_configure">
  5. <div>
  6. <p>
  7. Hello,
  8. <br/><br/>
  9. You have received a payment through PayPal.<br/>
  10. Kindly follow the instructions given by PayPal to create your account.<br/>
  11. Then, help us complete your Paypal credentials in Odoo.<br/><br/>
  12. </p>
  13. <a t-attf-href="/web#id=#{provider.id}&amp;model=payment.provider&amp;view_type=form"
  14. style="background-color: #875A7B; padding: 10px; text-decoration: none; color: #fff; border-radius: 5px; font-size: 12px;">
  15. Set Paypal credentials
  16. </a>
  17. <p>
  18. <br/><br/>
  19. Thanks,<br/>
  20. <b>The Odoo Team</b>
  21. </p>
  22. </div>
  23. </template>
  24. </odoo>