diff --git a/odoo_chatgpt_connector/__manifest__.py b/odoo_chatgpt_connector/__manifest__.py index 98a6c406f..b1313948a 100644 --- a/odoo_chatgpt_connector/__manifest__.py +++ b/odoo_chatgpt_connector/__manifest__.py @@ -43,6 +43,7 @@ 'odoo_chatgpt_connector/static/src/css/container.css' ], }, + 'images': ['static/description/banner.png'], 'installable': True, 'application': False, 'auto_install': False,