Odoo modules related to surveys
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.

15 lines
321 B

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <odoo>
  3. <template id="sfinished" inherit_id="survey.sfinished">
  4. <h1 position="replace">
  5. <t t-if="survey.thank_you_title">
  6. <h1 t-esc="survey.thank_you_title"/>
  7. </t>
  8. <t t-else="">
  9. <h1>Thank you!</h1>
  10. </t>
  11. </h1>
  12. </template>
  13. </odoo>