From 04001340cfd06788c5151489610e736778ecbf46 Mon Sep 17 00:00:00 2001 From: RisvanaCybro Date: Mon, 8 Jan 2024 14:38:21 +0530 Subject: [PATCH] Jan 08 : [FIX] images key Updated in the manifest file'direct_print_odoo' --- direct_print_odoo/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/direct_print_odoo/__manifest__.py b/direct_print_odoo/__manifest__.py index 5668d7b24..1c5efff6f 100644 --- a/direct_print_odoo/__manifest__.py +++ b/direct_print_odoo/__manifest__.py @@ -45,7 +45,7 @@ 'python': ['printnodeapi'] }, 'images': [ - 'static/description/banner.png', + 'static/description/banner.jpg', ], 'license': 'LGPL-3', 'installable': True,