oca-ocb-security/odoo-bringout-oca-ocb-google_gmail/google_gmail/views/templates.xml
Ernad Husremovic c0efcc53f5 19.0 vanilla
2026-03-09 09:32:28 +01:00

15 lines
462 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<odoo>
<template id="google_gmail_oauth_error">
<t t-call-assets="web.assets_frontend" t-js="false"/>
<div class="py-5">
<div class="alert alert-warning w-50 mx-auto" role="alert">
<t t-out="error"/>
<br/>
<a t-att-href="redirect_url">
Go back
</a>
</div>
</div>
</template>
</odoo>