diff --git a/le_website_exclude_url/__manifest__.py b/le_website_exclude_url/__manifest__.py index ecec6fa..f2dc9fa 100644 --- a/le_website_exclude_url/__manifest__.py +++ b/le_website_exclude_url/__manifest__.py @@ -19,6 +19,10 @@ 'data': [ 'views/res_config_settings.xml', ], + 'images': [ + 'static/description/module_banner.png', + 'static/description/icon.png' + ], 'installable': True, 'auto_install': False, 'application': False, diff --git a/le_website_exclude_url/static/description/module_banner.jpg b/le_website_exclude_url/static/description/module_banner.jpg new file mode 100644 index 0000000..6891cc7 Binary files /dev/null and b/le_website_exclude_url/static/description/module_banner.jpg differ