From 7ed86a4ebba01fe2ce36ef104c00656b8285e224 Mon Sep 17 00:00:00 2001 From: AjmalCybro Date: Tue, 7 Jan 2025 12:29:37 +0530 Subject: [PATCH] Jan 04 [UPDT] : Updated 'odoo_pipedrive_connector' --- odoo_pipedrive_connector/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/odoo_pipedrive_connector/__manifest__.py b/odoo_pipedrive_connector/__manifest__.py index 5ec364fd2..a1d621047 100755 --- a/odoo_pipedrive_connector/__manifest__.py +++ b/odoo_pipedrive_connector/__manifest__.py @@ -43,7 +43,7 @@ 'views/res_partner_views.xml' ], - 'img': ['static/description/banner.jpg'], + 'images': ['static/description/banner.jpg'], 'license': 'AGPL-3', 'installable': True, 'auto_install': False,