From 9a3b362b0be98deffed67f055e3e39a989ac209b Mon Sep 17 00:00:00 2001 From: RisvanaCybro Date: Fri, 29 Dec 2023 14:24:48 +0530 Subject: [PATCH] Dec 29 : [FIX] Bug Fixed : Fixed the banner file path 'manufacture_process_costing' --- manufacture_process_costing/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manufacture_process_costing/__manifest__.py b/manufacture_process_costing/__manifest__.py index 73618d714..b88604fef 100755 --- a/manufacture_process_costing/__manifest__.py +++ b/manufacture_process_costing/__manifest__.py @@ -51,7 +51,7 @@ 'report/mrp_production_cost_reports.xml', 'report/mrp_production_cost_report_templates.xml', ], - 'images': ['/static/description/banner.jpg'], + 'images': ['static/description/banner.jpg'], 'license': 'LGPL-3', 'installable': True, 'auto_install': False,