mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
11 lines
424 B
XML
11 lines
424 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<templates xml:space="preserve">
|
|
<t t-inherit="web.res_config_edition" t-inherit-mode="extension">
|
|
<xpath expr="//h3" position="replace">
|
|
<h3 class="px-0">
|
|
Odoo <t t-esc="serverVersion"/> (<a target="_blank" href="https://www.odooai.cn" style="text-decoration: underline;">odooai.cn</a> Edition)
|
|
</h3>
|
|
</xpath>
|
|
</t>
|
|
</templates>
|