Browse Source

corrections

dev-rcn
root 3 years ago
parent
commit
dc225c738f
2 changed files with 55 additions and 1 deletions
  1. +2
    -1
      __manifest__.py
  2. +53
    -0
      views/webclient_templates.xml

+ 2
- 1
__manifest__.py View File

@ -61,7 +61,8 @@
'views/website_snippets.xml', 'views/website_snippets.xml',
'views/portal.xml', 'views/portal.xml',
'views/auth_sign_up_login_templates.xml', 'views/auth_sign_up_login_templates.xml',
'views/portal_templates.xml'
'views/portal_templates.xml',
'views/webclient_templates.xml'
], ],


+ 53
- 0
views/webclient_templates.xml View File

@ -0,0 +1,53 @@
<odoo>
<template id="frontend_layout2" name="frontend_layout2" inherit_id="web.frontend_layout">
<xpath expr="//footer" position="replace">
<footer t-if="not no_footer" id="bottom" data-anchor="true" style="background-color: rgb(173, 14, 14) !important;">
<div id="footer"/>
<div t-if="not no_copyright" class="o_footer_copyright">
<div class="container">
<div class="row py-3">
<div class="col-sm text-sm-left tex-left">
<h5 class="mb-3 text-white" style="font-size:15px;"><b>Liens utiles</b></h5>
<a href="/"><span class="text-white" style="font-size:15px;line-height :1em;">Accueil</span></a>
<br/>
<a href="/mentions-legales"><span class="text-white" style="font-size:15px;line-height :1em;">Mentions légales</span></a>
</div>
<div class="col-sm text-center text-sm-right">
<a href="https://www.facebook.com/centrekalachakra" class="s_share_facebook" target="_blank">
<i class="fa fa-facebook rounded-circle shadow-sm" data-original-title="" title="" aria-describedby="tooltip293939"></i>
</a>
</div>
<div class="col-sm text-left text-sm-left">
<h5 class="mb-3 text-white" style="font-size:15px;"><b>Rejoignez-nous</b></h5>
<ul class="list-unstyled">
<li>
<i class="fa fa-comment fa-fw mr-2 text-white"></i>
<span >
<a class="text-white" style="font-size:15px;" href="/contactus">Contactez-nous</a>
</span>
</li>
<li>
<i class="fa fa-envelope fa-fw mr-2 text-white"></i>
<span >
<a class="text-white" style="font-size:15px;" href="mailto:info@centre-kalachakra.net">info@centre-kalachakra.net</a>
</span>
</li>
<li>
<i class="fa fa-phone fa-fw mr-2 text-white"></i>
<span class="o_force_ltr text-white">
<a class="text-white" style="font-size:15px;" href="tel:+140050222">01 40 05 02 22</a>
</span>
</li>
</ul>
</div>
</div>
</div>
</div>
</footer>
</xpath>
</template>
</odoo>

Loading…
Cancel
Save