From d45d4971f3f39e2489ead9108a7a3b7df9be28f9 Mon Sep 17 00:00:00 2001 From: Ivan Office Date: Wed, 13 Sep 2023 01:42:16 +0800 Subject: [PATCH] update misc --- app_chatgpt/__manifest__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app_chatgpt/__manifest__.py b/app_chatgpt/__manifest__.py index d1058dc4..15c0730e 100644 --- a/app_chatgpt/__manifest__.py +++ b/app_chatgpt/__manifest__.py @@ -10,7 +10,7 @@ { 'name': 'ChatGPT4,Google Bard, AiGC Center.Ai服务中心,聚合全网Ai', - 'version': '16.23.09.08', + 'version': '16.23.09.13', 'author': 'odooai.cn', 'company': 'odooai.cn', 'maintainer': 'odooai.cn', @@ -45,7 +45,7 @@ ''', 'depends': [ 'base', - 'app_common', + 'app_odoo_customize', 'base_setup', 'mail', 'queue_job',