change import href

This commit is contained in:
Chill
2024-08-16 17:18:45 +08:00
parent 010da85324
commit 9afa362a6e
2 changed files with 11 additions and 1 deletions

View File

@@ -23,7 +23,7 @@
{
'name': 'odoo Tweak,Ai Employee,Boost,Customize All in One. Customize,UI,Boost,Security,Data',
'version': '16.24.07.23',
'version': '16.24.08.14',
'author': 'odooai.cn',
'category': 'Extra Tools',
'website': 'https://www.odooai.cn',
@@ -39,6 +39,7 @@
'depends': [
'app_common',
'base_setup',
'base_import',
'portal',
'mail',
# 'digest',
@@ -82,6 +83,7 @@
'app_odoo_customize/static/src/webclient/user_menu.xml',
'app_odoo_customize/static/src/xml/res_config_edition.xml',
'app_odoo_customize/static/src/xml/debug_templates.xml',
'app_odoo_customize/static/src/xml/base_import.xml',
],
},
'pre_init_hook': 'pre_init_hook',

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<templates xml:space="preserve">
<t t-inherit="base_import.ImportView" t-inherit-mode="extension" owl="1">
<xpath expr="//div[hasclass('o_nocontent_help')]/a" position="attributes">
<attribute name="href">https://www.odooai.cn/documentation/16.0/applications/general/export_import_data.html</attribute>
</xpath>
</t>
</templates>