Advertisement
SBUODOO

Untitled

Aug 2nd, 2019
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.35 KB | None | 0 0
  1. Error:
  2.  
  3.  
  4. Traceback:
  5. Error: Syntax error, unrecognized expression: <table border="0" cellpadding="0" cellspacing="0" style="padding-top: 16px; background-color: #F1F1F1; font-family:Verdana, Arial,sans-serif; color: #454748; width: 100%; border-collapse:separate;"><tbody><tr><td align="center">
  6. <table border="0" cellpadding="0" cellspacing="0" width="590" style="padding: 24px; background-color: white; color: #454748; border-collapse:separate;">
  7. <tbody>
  8. <!-- HEADER -->
  9. <tr>
  10. <td align="center" style="min-width: 590px;">
  11. <table border="0" cellpadding="0" cellspacing="0" width="100%" style="background-color: white; padding: 0; border-collapse:separate;">
  12. <tbody><tr><td valign="middle">
  13. <span style="font-size: 10px;">Hello</span><br>
  14. <span style="font-size: 20px; font-weight: bold;">
  15. ${object.name}
  16. </span>
  17. </td><td valign="middle" align="right">
  18. <img src="${'/logo.png?company=%s' % object.company_id.id}" style="padding: 0px; margin: 0px; height: 48px;" alt="${object.company_id.name}">
  19. </td></tr>
  20. <tr><td colspan="2" style="text-align:center;">
  21. <hr width="100%" style="background-color:rgb(204,204,204);border:medium none;clear:both;display:block;font-size:0px;min-height:1px;line-height:0; margin:4px 0px 32px 0px;">
  22. </td></tr>
  23. </tbody></table>
  24. </td>
  25. </tr>
  26. <!-- CONTENT -->
  27. <tr>
  28. <td style="min-width: 590px;">
  29. <p>Dear ${object.name}</p>
  30. <p>Great stories have personality. Consider telling a great story that provides personality. Writing a story with personality for potential clients will assist with making a relationship connection. This shows up in small quirks like word choices or phrases. Write from your point of view, not from someone else's experience.</p>
  31. <p>Great stories are for everyone even when only written for just one person. If you try to write with a wide general audience in mind, your story will ring false and be bland. No one will be interested. Write for one person. If it’s genuine for the one, it’s genuine for the rest.</p>
  32. </td>
  33. </tr>
  34. <!-- FOOTER -->
  35. <tr>
  36. <td align="center" style="min-width: 590px; padding: 0 8px 0 8px; font-size:11px;">
  37. <hr width="100%" style="background-color:rgb(204,204,204);border:medium none;clear:both;display:block;font-size:0px;min-height:1px;line-height:0; margin: 16px 0px 4px 0px;">
  38. <b>${object.company_id.name}</b><br>
  39. <div style="color: #999999;">
  40. ${object.company_id.phone}
  41. % if object.company_id.email
  42. |
  43. <a href="${'mailto:%s' % object.company_id.email}" style="text-decoration:none; color: #999999;">
  44. ${object.company_id.email}
  45. </a>
  46. % endif
  47. % if object.company_id.website
  48. |
  49. <a href="'%s' % object.company_id.website" style="text-decoration:none; color: #999999;">
  50. ${object.company_id.website}
  51. </a>
  52. % endif
  53. </div>
  54. </td>
  55. </tr>
  56. </tbody>
  57. </table>
  58. </td></tr>
  59. <!-- POWERED BY -->
  60. <tr><td align="center" style="min-width: 590px;">
  61. Powered by <a target="_blank" href="https://www.odoo.com?utm_source=db&utm_medium=email" style="color: #875A7B;">Odoo</a>
  62. </td></tr>
  63. </tbody></table>
  64. at Function.Sizzle.error (http://575305-master-mass-mailing-sale-fix-hbh-ff2ca6.runbot15.odoo.com/web/content/3329-6d4dd60/web.assets_common.js:801:402)
  65. at Sizzle.tokenize (http://575305-master-mass-mailing-sale-fix-hbh-ff2ca6.runbot15.odoo.com/web/content/3329-6d4dd60/web.assets_common.js:835:44)
  66. at Sizzle.select (http://575305-master-mass-mailing-sale-fix-hbh-ff2ca6.runbot15.odoo.com/web/content/3329-6d4dd60/web.assets_common.js:872:168)
  67. at Function.Sizzle [as find] (http://575305-master-mass-mailing-sale-fix-hbh-ff2ca6.runbot15.odoo.com/web/content/3329-6d4dd60/web.assets_common.js:751:8)
  68. at jQuery.fn.init.find (http://575305-master-mass-mailing-sale-fix-hbh-ff2ca6.runbot15.odoo.com/web/content/3329-6d4dd60/web.assets_common.js:890:50)
  69. at new jQuery.fn.init (http://575305-master-mass-mailing-sale-fix-hbh-ff2ca6.runbot15.odoo.com/web/content/3329-6d4dd60/web.assets_common.js:895:71)
  70. at jQuery (http://575305-master-mass-mailing-sale-fix-hbh-ff2ca6.runbot15.odoo.com/web/content/3329-6d4dd60/web.assets_common.js:719:58)
  71. at Class._unWrap (http://575305-master-mass-mailing-sale-fix-hbh-ff2ca6.runbot15.odoo.com/web/content/3330-0282b74/web.assets_backend.js:2636:52)
  72. at http://575305-master-mass-mailing-sale-fix-hbh-ff2ca6.runbot15.odoo.com/web/content/3330-0282b74/web.assets_backend.js:3459:344
  73. at async Promise.all (index 25)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement