mirror of
https://github.com/bringout/oca-ocb-security.git
synced 2026-04-24 06:02:01 +02:00
Initial commit: Security packages
This commit is contained in:
commit
bb469e4763
1399 changed files with 278378 additions and 0 deletions
|
|
@ -0,0 +1,15 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<odoo>
|
||||
<template id="microsoft_outlook_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-esc="error"/>
|
||||
<br/>
|
||||
<a t-attf-href="/web?#id=#{rec_id}&model=#{model_name}&view_type=form">
|
||||
Go back to your mail server
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
</odoo>
|
||||
Loading…
Add table
Add a link
Reference in a new issue