diff --git a/website_customer_note/__manifest__.py b/website_customer_note/__manifest__.py index e7c32eafd..7687bfe9a 100755 --- a/website_customer_note/__manifest__.py +++ b/website_customer_note/__manifest__.py @@ -39,7 +39,7 @@ 'website_customer_note/static/js/pay_now_button.js' ], }, - 'images': ['static/description/assets/banner.png'], + 'images': ['static/description/banner.png'], 'license': 'AGPL-3', 'installable': True, 'auto_install': False, diff --git a/website_customer_note/static/description/index.html b/website_customer_note/static/description/index.html index 5c5a67ccd..398786727 100644 --- a/website_customer_note/static/description/index.html +++ b/website_customer_note/static/description/index.html @@ -1,6 +1,7 @@
-
+
@@ -16,16 +17,22 @@
-

- Add Customer Note In Website Payment Screen

-

- This App Allows User To Add Customer Note In - Website Payment Screen And It Will Display - On Corresponding Sale Order Form. -

- - +
+
+
+

+ Add Customer Note In Website Payment Screen

+

+ This App Allows User To Add Customer Note In + Website Payment Screen And It Will Display + On Corresponding Sale Order Form. +

+ + +
+
+
- Users Can Add Customer Note If Needed To Display Along With The Sale Order + Users Can Add Customer Note If Needed To Display Along With The Sale + Order
@@ -130,7 +138,8 @@
-
+
The Added Note Will Display In The Corresponding Sale Order Form @@ -155,7 +164,8 @@

- We can now see a new field for Customer Notes on the Sale Order form after successfully installing the + We can now see a new field for Customer Notes on the Sale Order + form after successfully installing the module.

- Additionally, there is a Text Area for adding Customer Notes on the Website Payment Screen.

+ Additionally, there is a Text Area for adding Customer Notes on + the Website Payment Screen.

- On this Payment Screen, users have the option to add a Customer Note.

+ On this Payment Screen, users have the option to add a Customer + Note.

- The Customer Note will be displayed in the 'Customer Note' field of the corresponding Sale Order form. + The Customer Note will be displayed in the 'Customer Note' field + of the corresponding Sale Order form.