You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
1.2 KiB

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <odoo noupdate="1">
  3. <template id="message_notification_email" inherit_id="mail.message_notification_email" priority="99">
  4. <xpath expr="//div/p[last()]" position="replace" >
  5. <p style="color: #555555; margin-top:32px;">
  6. Sent by
  7. <a t-if="website_url" t-att-href="website_url" style="text-decoration:none; color: #875A7B;">
  8. <span t-esc="company.name"/>
  9. </a>
  10. <span t-if="not website_url" t-esc="company.name"/>
  11. </p>
  12. </xpath>
  13. </template>
  14. <!-- Replaces Powered By on these notifications -->
  15. <template id="mail_notification_borders" inherit_id="mail.mail_notification_borders" priority="99">
  16. <xpath expr="//tr[last()]" position="replace" />
  17. </template>
  18. <template id="mail_notification_light" inherit_id="mail.mail_notification_light" priority="99">
  19. <xpath expr="//tr[last()]" position="replace" />
  20. </template>
  21. <template id="mail_notification_paynow" inherit_id="mail.mail_notification_paynow" priority="99">
  22. <xpath expr="//tr[last()]" position="replace" />
  23. </template>
  24. </odoo>