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

[CLEAN] pre-commit and move security file to security folder

parent 20d1fd64
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -14,6 +14,7 @@ ...@@ -14,6 +14,7 @@
], ],
"data": [ "data": [
# security # security
"security/session_security.xml",
"security/ir.model.access.csv", "security/ir.model.access.csv",
# views # views
"views/event_session_views.xml", "views/event_session_views.xml",
...@@ -25,7 +26,6 @@ ...@@ -25,7 +26,6 @@
"views/event_views.xml", "views/event_views.xml",
"views/event_tag_views.xml", "views/event_tag_views.xml",
"data/mail_data.xml", "data/mail_data.xml",
"data/group_session.xml",
# report # report
], ],
"assets": { "assets": {
......
...@@ -69,9 +69,7 @@ ...@@ -69,9 +69,7 @@
<p>&#160;</p> <p>&#160;</p>
<p <p
>Nous avons le plaisir de vous confirmer votre inscription à l'atelier de formation :</p> >Nous avons le plaisir de vous confirmer votre inscription à l'atelier de formation :</p>
<t <t t-if="object.session_id" />
t-if="object.session_id"
/>
<ul> <ul>
<t <t
t-set="date_begin" t-set="date_begin"
......
...@@ -7,10 +7,7 @@ ...@@ -7,10 +7,7 @@
name="Event website layout" name="Event website layout"
priority="20" priority="20"
> >
<xpath <xpath expr="//a[@t-field='event.name']" position="attributes">
expr="//a[@t-field='event.name']"
position="attributes"
>
<attribute name="t-if">not event.hide_website_event_title</attribute> <attribute name="t-if">not event.hide_website_event_title</attribute>
</xpath> </xpath>
</template> </template>
......
...@@ -229,7 +229,10 @@ ...@@ -229,7 +229,10 @@
<u>Atelier :</u> <u>Atelier :</u>
</span> </span>
<span class="fw-bold text-truncate"> <span class="fw-bold text-truncate">
<t t-if="attendee.session_id.session_name" t-out="attendee.session_id.session_name"/> <t
t-if="attendee.session_id.session_name"
t-out="attendee.session_id.session_name"
/>
<t t-else="">N/A</t> <t t-else="">N/A</t>
</span> </span>
<span class="text-truncate text-muted"> <span class="text-truncate text-muted">
......
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