fix odoo_customize

This commit is contained in:
Ivan x390
2019-10-05 21:29:39 +08:00
parent 16e4246fde
commit 90f58ef5a1
7 changed files with 42 additions and 41 deletions

View File

@@ -0,0 +1,10 @@
<?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>
odooApp <t t-esc="widget.server_version"/> (Sunpop.cn Enterprise Edition)
</h3>
</t>
</t>
</templates>