diff --git a/base_comment_template/README.rst b/base_comment_template/README.rst
index a1da38ed15..2ff8f880ab 100644
--- a/base_comment_template/README.rst
+++ b/base_comment_template/README.rst
@@ -2,10 +2,13 @@
Base Comments Templates
=======================
-.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+..
+ !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+ !! source digest: sha256:4966991ab1adb1982184b91796980b2c34d83e03680619bd013630fc774110eb
+ !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
:target: https://odoo-community.org/page/development-status
@@ -19,11 +22,11 @@ Base Comments Templates
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/reporting-engine-16-0/reporting-engine-16-0-base_comment_template
:alt: Translate me on Weblate
-.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
- :target: https://runbot.odoo-community.org/runbot/143/16.0
- :alt: Try me on Runbot
+.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
+ :target: https://runboat.odoo-community.org/builds?repo=OCA/reporting-engine&target_branch=16.0
+ :alt: Try me on Runboat
-|badge1| |badge2| |badge3| |badge4| |badge5|
+|badge1| |badge2| |badge3| |badge4| |badge5|
Add a new mixin class to define templates of comments to print on documents.
The comment templates can be defined like make templates, so you can use variables from linked models.
@@ -39,14 +42,14 @@ It has a priority field (smaller number = higher priority)
In existing reports, if you add this line will get the comment template if you created one like
-* ( or without any parameter)
+* ( or without any parameter)
This module is the base module for following modules:
* sale_comment_template
* purchase_comment_template
-* invoice_comment_template
+* account_comment_template
* stock_picking_comment_template
**Table of contents**
@@ -88,13 +91,13 @@ The template is a html field which will be rendered just like a mail template, s
Change the report related to the model from configuration and add a statement like:
-
+
-
+
@@ -110,7 +113,7 @@ mail.render.mixin with parameters:
so you could use it :
-
+
@@ -119,7 +122,7 @@ Bug Tracker
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 smashing it by providing a detailed and welcomed
+If you spotted it first, help us to smash it by providing a detailed and welcomed
`feedback `_.
Do not contact contributors directly about support or help with technical issues.
diff --git a/base_comment_template/readme/DESCRIPTION.rst b/base_comment_template/readme/DESCRIPTION.rst
index 6909ad5d58..bd616e27f9 100644
--- a/base_comment_template/readme/DESCRIPTION.rst
+++ b/base_comment_template/readme/DESCRIPTION.rst
@@ -12,12 +12,12 @@ It has a priority field (smaller number = higher priority)
In existing reports, if you add this line will get the comment template if you created one like
-* ( or without any parameter)
+* ( or without any parameter)
This module is the base module for following modules:
* sale_comment_template
* purchase_comment_template
-* invoice_comment_template
+* account_comment_template
* stock_picking_comment_template
diff --git a/base_comment_template/readme/USAGE.rst b/base_comment_template/readme/USAGE.rst
index 8800f07413..30343d7ae3 100644
--- a/base_comment_template/readme/USAGE.rst
+++ b/base_comment_template/readme/USAGE.rst
@@ -17,13 +17,13 @@ The template is a html field which will be rendered just like a mail template, s
Change the report related to the model from configuration and add a statement like:
-
+
-
+
@@ -39,6 +39,6 @@ mail.render.mixin with parameters:
so you could use it :
-
+
diff --git a/base_comment_template/static/description/index.html b/base_comment_template/static/description/index.html
index b93d40de83..c9190077c2 100644
--- a/base_comment_template/static/description/index.html
+++ b/base_comment_template/static/description/index.html
@@ -3,7 +3,7 @@
-
+
Base Comments Templates