diff --git a/views/event_registration_template.xml b/views/event_registration_template.xml index 47a2bafdaaacf25cba62c67f188ea7c0376f9ade..187500cab45685d2f41fbe20d6489c0435555052 100644 --- a/views/event_registration_template.xml +++ b/views/event_registration_template.xml @@ -1,6 +1,21 @@ <?xml version="1.0" encoding="utf-8" ?> <odoo> +<template + id="registration_event_template_no_free" + inherit_id="website_event_sale.registration_template" + name="registration template without free tickets displayed" + priority="101" + > + <xpath + expr="//div[hasclass('o_wevent_registration_multi_select')]//span[hasclass('fw-bold', 'text-uppercase')]" + position="replace" + /> + <xpath + expr="//div[hasclass('o_wevent_registration_single')]//span[hasclass('fw-bold', 'text-uppercase')]" + position="replace" + /> +</template> <template id="registration_event_question_with_max" inherit_id="website_event_questions.registration_event_question"