From 6493f69e25061c2d699b9712bc862c00b17f8c35 Mon Sep 17 00:00:00 2001 From: Ivan Office Date: Wed, 25 Oct 2023 17:57:37 +0800 Subject: [PATCH] update misc --- app_common/__manifest__.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app_common/__manifest__.py b/app_common/__manifest__.py index cd0caeb8..d903f571 100644 --- a/app_common/__manifest__.py +++ b/app_common/__manifest__.py @@ -39,7 +39,7 @@ { 'name': "odooAi Common Util and Tools", - 'version': '16.23.10.24', + 'version': '16.23.10.25', 'author': 'odooai.cn', 'category': 'Base', 'website': 'https://www.odooai.cn', @@ -91,7 +91,8 @@ # 'pre_init_hook': 'pre_init_hook', # 'post_init_hook': 'post_init_hook', # 'uninstall_hook': 'uninstall_hook', - 'external_dependencies': {'python': ['pyyaml', 'ua-parser', 'user-agents']}, + # 可以不需要,因为直接放 common中了 + # 'external_dependencies': {'python': ['pyyaml', 'ua-parser', 'user-agents']}, 'installable': True, 'application': True, 'auto_install': True,