From 306d15edea7325cefb39756a80458311dcb28140 Mon Sep 17 00:00:00 2001 From: Cybrosys Technologies Date: Sat, 31 Aug 2024 16:06:07 +0530 Subject: [PATCH] Aug 31: [ADD] Initial commit 'website_customer_note' --- website_customer_note/__manifest__.py | 4 ++-- .../{assets/_v16-banner.png => banner.png} | Bin .../description/{assets/v16-icon.png => icon.png} | Bin 3 files changed, 2 insertions(+), 2 deletions(-) rename website_customer_note/static/description/{assets/_v16-banner.png => banner.png} (100%) rename website_customer_note/static/description/{assets/v16-icon.png => icon.png} (100%) 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