From 695e77556e67cedd865221e7ddbea69e8dc70b73 Mon Sep 17 00:00:00 2001 From: Ajmalcybrosys Date: Tue, 9 Apr 2019 16:51:25 +0530 Subject: [PATCH] [ADD] Initial Commit --- mobile_service_shop/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile_service_shop/__manifest__.py b/mobile_service_shop/__manifest__.py index 3c2c41132..1df1cd818 100644 --- a/mobile_service_shop/__manifest__.py +++ b/mobile_service_shop/__manifest__.py @@ -34,7 +34,7 @@ 'reports/service_ticket_template.xml', 'data/mobile_service_data.xml', 'data/mobile_service_email_template.xml'], - 'image': ['static/description/banner.jpg'], + 'images': ['static/description/banner.jpg'], 'installable': True, 'application': True, 'auto_install': False,