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

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="sfinished" inherit_id="survey.sfinished">
<h1 position="replace">
<t t-if="survey.thank_you_title">
<h1 t-esc="survey.thank_you_title"/>
</t>
<t t-else="">
<h1>Thank you!</h1>
</t>
</h1>
</template>
</odoo>