18 lines
752 B
XML
18 lines
752 B
XML
<odoo>
|
|
<data>
|
|
<!-- Banner for web layout (backend Odoo) -->
|
|
<template id="testserver_banner_web" name="TOP banner test backend" inherit_id="web.layout">
|
|
<xpath expr="//body" position="inside">
|
|
<div>
|
|
<span style="text-align: center;color: #FFFFFF;background-color: #006CFE;position: relative;display: block;font-size: 16px;">
|
|
This is a test database.
|
|
<a href="https://www.open2bizz.tech/helpdesk" target="_blank" style="color: #000000;">
|
|
See website to report issue's.
|
|
</a>
|
|
</span>
|
|
</div>
|
|
</xpath>
|
|
</template>
|
|
|
|
</data>
|
|
</odoo> |