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
527 B
15 lines
527 B
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
<data>
|
|
|
|
<template id="survey_fill_form_done" name="Survey: finished score" inherit_id="survey.survey_fill_form_done">
|
|
<xpath expr="//t[@t-if='answer.scoring_success']/div[1]" position="after">
|
|
<div t-field="survey.description_done_pass" class="oe_no_empty" />
|
|
</xpath>
|
|
<xpath expr="//t[@t-else='']/div[1]" position="after">
|
|
<div t-field="survey.description_done_fail" class="oe_no_empty" />
|
|
</xpath>
|
|
</template>
|
|
|
|
</data>
|
|
</odoo>
|