mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
change import href
This commit is contained in:
@@ -23,7 +23,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
'name': 'odoo Tweak,Ai Employee,Boost,Customize All in One. Customize,UI,Boost,Security,Data',
|
'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',
|
'author': 'odooai.cn',
|
||||||
'category': 'Extra Tools',
|
'category': 'Extra Tools',
|
||||||
'website': 'https://www.odooai.cn',
|
'website': 'https://www.odooai.cn',
|
||||||
@@ -39,6 +39,7 @@
|
|||||||
'depends': [
|
'depends': [
|
||||||
'app_common',
|
'app_common',
|
||||||
'base_setup',
|
'base_setup',
|
||||||
|
'base_import',
|
||||||
'portal',
|
'portal',
|
||||||
'mail',
|
'mail',
|
||||||
# 'digest',
|
# 'digest',
|
||||||
@@ -82,6 +83,7 @@
|
|||||||
'app_odoo_customize/static/src/webclient/user_menu.xml',
|
'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/res_config_edition.xml',
|
||||||
'app_odoo_customize/static/src/xml/debug_templates.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',
|
'pre_init_hook': 'pre_init_hook',
|
||||||
|
|||||||
8
app_odoo_customize/static/src/xml/base_import.xml
Normal file
8
app_odoo_customize/static/src/xml/base_import.xml
Normal 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>
|
||||||
Reference in New Issue
Block a user