diff --git a/website_customer_note/__manifest__.py b/website_customer_note/__manifest__.py index cb1eadfba..e7c32eafd 100755 --- a/website_customer_note/__manifest__.py +++ b/website_customer_note/__manifest__.py @@ -39,9 +39,9 @@ 'website_customer_note/static/js/pay_now_button.js' ], }, - 'images': ['static/description/assets/_v16-banner.png'], + 'images': ['static/description/assets/banner.png'], 'license': 'AGPL-3', 'installable': True, 'auto_install': False, - 'application': True, + 'application': False, } diff --git a/website_customer_note/static/description/assets/_v16-banner.png b/website_customer_note/static/description/banner.png similarity index 100% rename from website_customer_note/static/description/assets/_v16-banner.png rename to website_customer_note/static/description/banner.png diff --git a/website_customer_note/static/description/assets/v16-icon.png b/website_customer_note/static/description/icon.png similarity index 100% rename from website_customer_note/static/description/assets/v16-icon.png rename to website_customer_note/static/description/icon.png