Advertisement
rht_odoo

[NGRF][8] Invoice: Sending

Jan 16th, 2025
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.87 KB | None | 0 0
  1. <div style="margin: 0px; padding: 0px;" data-oe-version="1.0">
  2.     <p style="box-sizing:border-box;margin: 0px; padding: 0px; font-size: 13px;">
  3.         Dear
  4.         <t t-if="object.partner_id.parent_id">
  5.             <t t-out="object.partner_id.name or ''">Brandon Freeman</t> (<t t-out="object.partner_id.parent_id.name or ''">Azure Interior</t>),
  6.         </t>
  7.         <t t-else="">
  8.             <t t-out="object.partner_id.name or ''">Brandon Freeman</t>,
  9.         </t>
  10.         <br/><br/>
  11.         We hope this message finds you well. This is a friendly reminder that your next <t t-if="object.name"> invoice <span style="font-weight:bold;" t-out="object.name or ''">INV/2021/05/0005</span>
  12.         </t>
  13.         <t t-else="">
  14.             invoice
  15.         </t>
  16. will be due soon
  17.         <t t-if="object.invoice_origin">
  18.             for : <t t-out="object.invoice_origin or ''">SUB003</t>
  19.         </t>.
  20.        
  21.         <br/><br/>
  22. <t t-if="not object.x_studio_payment_token_id">
  23.         If you have not yet logged into your new account in our updated software system, please do so at your earliest convenience using the invite we sent. Logging in will allow you to view your invoice details, update payment information, and set up autopay to avoid any missed payments.
  24. <br/> <br/></t>
  25. <t t-if="object.x_studio_auto_pay">
  26. This will pull automatically from the saved payment method we have on file.
  27. <br/><br/> </t>
  28. If you need any assistance or did not receive the invite, please don’t hesitate to reach out to us at <a href="http://[email protected]" style="text-decoration:none;box-sizing:border-box;color:#008f8c;">[email protected]</a> or call us at 800-234-3264.
  29. <br/><br/>
  30. Thank you for your attention to this matter.
  31. <br/>
  32. <t t-if="not is_html_empty(object.invoice_user_id.signature)" data-o-mail-quote-container="1"><br data-o-mail-quote="1"/></t></p>
  33. </div>
  34.            
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement