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.
 
 
 
 
 

11 lines
410 B

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<!-- Inherit event layout for viewing all portal events-->
<template id="layout" inherit_id="website_event.layout">
<xpath expr='//div[hasclass("container")]' position="before">
<a href="/my/event" class="navbar-brand h4 my-0 me-0 me-md-4">
<span>Back</span>
</a>
</xpath>
</template>
</odoo>