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,