mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
11 lines
320 B
XML
11 lines
320 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<templates xml:space="preserve">
|
|
<t t-extend="res_config_edition">
|
|
<t t-jquery=".user-heading h3" t-operation="replace">
|
|
<h3>
|
|
odooAi <t t-esc="widget.server_version"/> (odooai.cn Edition)
|
|
</h3>
|
|
</t>
|
|
</t>
|
|
</templates>
|