Skip to content
Extraits de code Groupes Projets
Valider 4e46947e rédigé par Rémi - Le Filament's avatar Rémi - Le Filament
Parcourir les fichiers

[MOV] contact questions after event ones

parent c02fcc5a
Branches
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -189,10 +189,7 @@ ...@@ -189,10 +189,7 @@
name="t-if" name="t-if"
>request.env.user._is_public() or counter > 1</attribute> >request.env.user._is_public() or counter > 1</attribute>
</xpath> </xpath>
<!--
in case question_ids are defined, user is connected and we are registering for
the first ticket, question_ids are displayed
-->
<xpath <xpath
expr="//t[@name='attendee_loop']//*[hasclass('modal-body')]/div[hasclass('row')]" expr="//t[@name='attendee_loop']//*[hasclass('modal-body')]/div[hasclass('row')]"
position="after" position="after"
...@@ -216,5 +213,20 @@ ...@@ -216,5 +213,20 @@
</xpath> </xpath>
</template> </template>
<template
id="registration_attendee_details_questions_solagro"
inherit_id="website_event_questions.registration_attendee_details_questions"
name="Registration Attendee Contact detail with questions Solagro"
priority="101"
>
<xpath
expr="//t[@name='attendee_loop']//*[hasclass('modal-body')]/div[hasclass('row')]"
position="before"
>
<xpath expr="//t[@t-if='event.specific_question_ids']" position="move" />
</xpath>
</template>
</odoo> </odoo>
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter