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,