update misc

This commit is contained in:
Ivan Office
2023-10-25 17:57:37 +08:00
parent 3dcef0a5e6
commit 6493f69e25

View File

@@ -39,7 +39,7 @@
{ {
'name': "odooAi Common Util and Tools", 'name': "odooAi Common Util and Tools",
'version': '16.23.10.24', 'version': '16.23.10.25',
'author': 'odooai.cn', 'author': 'odooai.cn',
'category': 'Base', 'category': 'Base',
'website': 'https://www.odooai.cn', 'website': 'https://www.odooai.cn',
@@ -91,7 +91,8 @@
# 'pre_init_hook': 'pre_init_hook', # 'pre_init_hook': 'pre_init_hook',
# 'post_init_hook': 'post_init_hook', # 'post_init_hook': 'post_init_hook',
# 'uninstall_hook': 'uninstall_hook', # 'uninstall_hook': 'uninstall_hook',
'external_dependencies': {'python': ['pyyaml', 'ua-parser', 'user-agents']}, # 可以不需要,因为直接放 common中了
# 'external_dependencies': {'python': ['pyyaml', 'ua-parser', 'user-agents']},
'installable': True, 'installable': True,
'application': True, 'application': True,
'auto_install': True, 'auto_install': True,