diff --git a/report_wkhtmltopdf_param/readme/DESCRIPTION.md b/report_wkhtmltopdf_param/readme/DESCRIPTION.md
new file mode 100644
index 000000000..0cfbff7ad
--- /dev/null
+++ b/report_wkhtmltopdf_param/readme/DESCRIPTION.md
@@ -0,0 +1,10 @@
+This module allows you to add new parameters for a paper format which
+are then forwarded to wkhtmltopdf command as arguments. To display the
+arguments that wkhtmltopdf accepts go to your command line and type
+'wkhtmltopdf -H'.
+
+A commonly used parameter in Odoo is *--disable-smart-shrinking*, that
+will disable the automatic resizing of the PDF when converting. This is
+important when you intend to have a layout that conforms to certain
+alignment. It is very common whenever you need to conform the PDF to a
+predefined layoyut (e.g. checks, official forms,...).
diff --git a/report_wkhtmltopdf_param/readme/DESCRIPTION.rst b/report_wkhtmltopdf_param/readme/DESCRIPTION.rst
deleted file mode 100644
index 6fe296ada..000000000
--- a/report_wkhtmltopdf_param/readme/DESCRIPTION.rst
+++ /dev/null
@@ -1,9 +0,0 @@
-This module allows you to add new parameters for a paper format which are
-then forwarded to wkhtmltopdf command as arguments. To display the arguments
-that wkhtmltopdf accepts go to your command line and type 'wkhtmltopdf -H'.
-
-A commonly used parameter in Odoo is *--disable-smart-shrinking*, that will
-disable the automatic resizing of the PDF when converting. This is
-important when you intend to have a layout that conforms to certain alignment.
-It is very common whenever you need to conform the PDF to a predefined
-layoyut (e.g. checks, official forms,...).
diff --git a/report_wkhtmltopdf_param/readme/USAGE.md b/report_wkhtmltopdf_param/readme/USAGE.md
new file mode 100644
index 000000000..1708bcf0c
--- /dev/null
+++ b/report_wkhtmltopdf_param/readme/USAGE.md
@@ -0,0 +1,5 @@
+1. Go to *Settings* and press 'Activate the developer mode (with
+ assets)'
+2. Go to *Settings - Technical - Reports - Paper Format*
+3. Add additional parameters indicating the command argument name
+ (remember to add prefix -- or -) and value.
diff --git a/report_wkhtmltopdf_param/readme/USAGE.rst b/report_wkhtmltopdf_param/readme/USAGE.rst
deleted file mode 100644
index b838ed442..000000000
--- a/report_wkhtmltopdf_param/readme/USAGE.rst
+++ /dev/null
@@ -1,4 +0,0 @@
-#. Go to *Settings* and press 'Activate the developer mode (with assets)'
-#. Go to *Settings - Technical - Reports - Paper Format*
-#. Add additional parameters indicating the command argument name (remember to
- add prefix -- or -) and value.
diff --git a/report_wkhtmltopdf_param/static/description/index.html b/report_wkhtmltopdf_param/static/description/index.html
index f3ef7e36d..e536af076 100644
--- a/report_wkhtmltopdf_param/static/description/index.html
+++ b/report_wkhtmltopdf_param/static/description/index.html
@@ -369,15 +369,16 @@ ul.auto-toc {
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:066877fed2fe3677923821d8a83bfa821c2e0a0868735301809bc5203a1a7dc3
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
-

-This module allows you to add new parameters for a paper format which are
-then forwarded to wkhtmltopdf command as arguments. To display the arguments
-that wkhtmltopdf accepts go to your command line and type ‘wkhtmltopdf -H’.
-A commonly used parameter in Odoo is –disable-smart-shrinking, that will
-disable the automatic resizing of the PDF when converting. This is
-important when you intend to have a layout that conforms to certain alignment.
-It is very common whenever you need to conform the PDF to a predefined
-layoyut (e.g. checks, official forms,…).
+

+This module allows you to add new parameters for a paper format which
+are then forwarded to wkhtmltopdf command as arguments. To display the
+arguments that wkhtmltopdf accepts go to your command line and type
+‘wkhtmltopdf -H’.
+A commonly used parameter in Odoo is –disable-smart-shrinking, that
+will disable the automatic resizing of the PDF when converting. This is
+important when you intend to have a layout that conforms to certain
+alignment. It is very common whenever you need to conform the PDF to a
+predefined layoyut (e.g. checks, official forms,…).
Table of contents
@@ -394,10 +395,11 @@ layoyut (e.g. checks, official forms,…).
-- Go to Settings and press ‘Activate the developer mode (with assets)’
+- Go to Settings and press ‘Activate the developer mode (with
+assets)’
- Go to Settings - Technical - Reports - Paper Format
-- Add additional parameters indicating the command argument name (remember to
-add prefix – or -) and value.
+- Add additional parameters indicating the command argument name
+(remember to add prefix – or -) and value.
@@ -405,7 +407,7 @@ add prefix – or -) and value.
Bugs are tracked on GitHub Issues.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us to smash it by providing a detailed and welcomed
-feedback.
+
feedback.
Do not contact contributors directly about support or help with technical issues.
@@ -433,7 +435,7 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.
-
This module is part of the OCA/reporting-engine project on GitHub.
+
This module is part of the OCA/reporting-engine project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.