gestion des demandes d'évolution pour le centre kalachakra non géré dans les module booking et opendons
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.
|
<odoo>
|
|
<template id="layout" name="Event" inherit_id="website_event.layout">
|
|
<xpath expr="//nav" position="replace">
|
|
|
|
<nav class="navbar navbar-light border-top shadow-sm d-print-none">
|
|
<div class="container align-items-baseline justify-content-start">
|
|
<a href="/event" class="navbar-brand h4 my-0 mr-0 mr-md-4">
|
|
<i class="fa fa-long-arrow-left text-primary mr-2"/>
|
|
<span>Toutes les activités</span>
|
|
</a>
|
|
</div>
|
|
</nav>
|
|
|
|
</xpath>
|
|
</template>
|
|
|
|
</odoo>
|