Skip to content
Extraits de code Groupes Projets
Valider f7495045 rédigé par Benjamin - Le Filament's avatar Benjamin - Le Filament
Parcourir les fichiers

[update] calendar xml template to add calendar_description field if defined

parent a1d01696
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
<template>
<t t-inherit="web.calendar-box" t-name="cgscop_fullcalendar.cgscop-calendar-box" t-inherit-mode="extension">
<xpath expr="//div[hasclass('o_event_title')]" position="replace">
<t t-if="record.calendar_description">
<div class="o_event_title">
<t t-raw="record.calendar_description" />
</div>
</t>
<t t-else="">
<div class="o_event_title" t-esc="record.display_name"/>
</t>
</xpath>
</t>
</template>
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