diff --git a/sale_multi_template_application/README.rst b/sale_multi_template_application/README.rst
index a922bbdb7cf..d910238de82 100644
--- a/sale_multi_template_application/README.rst
+++ b/sale_multi_template_application/README.rst
@@ -17,13 +17,13 @@ Sale multi template application
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fsale--workflow-lightgray.png?logo=github
- :target: https://github.com/OCA/sale-workflow/tree/17.0/sale_multi_template_application
+ :target: https://github.com/OCA/sale-workflow/tree/18.0/sale_multi_template_application
:alt: OCA/sale-workflow
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
- :target: https://translation.odoo-community.org/projects/sale-workflow-17-0/sale-workflow-17-0-sale_multi_template_application
+ :target: https://translation.odoo-community.org/projects/sale-workflow-18-0/sale-workflow-18-0-sale_multi_template_application
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
- :target: https://runboat.odoo-community.org/builds?repo=OCA/sale-workflow&target_branch=17.0
+ :target: https://runboat.odoo-community.org/builds?repo=OCA/sale-workflow&target_branch=18.0
:alt: Try me on Runboat
|badge1| |badge2| |badge3| |badge4| |badge5|
@@ -62,7 +62,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 to smash it by providing a detailed and welcomed
-`feedback `_.
+`feedback `_.
Do not contact contributors directly about support or help with technical issues.
@@ -82,6 +82,8 @@ Contributors
- Pedro M. Baeza
- Carlos López
+- Heliconia Solutions Pvt. Ltd. https://www.heliconia.io
+
Maintainers
-----------
@@ -95,6 +97,6 @@ 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/sale-workflow `_ project on GitHub.
+This module is part of the `OCA/sale-workflow `_ project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
diff --git a/sale_multi_template_application/__manifest__.py b/sale_multi_template_application/__manifest__.py
index a5de4c8d4da..2c7f79cb089 100644
--- a/sale_multi_template_application/__manifest__.py
+++ b/sale_multi_template_application/__manifest__.py
@@ -2,7 +2,7 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
"name": "Sale multi template application",
- "version": "17.0.1.0.0",
+ "version": "18.0.1.0.0",
"author": "Tecnativa,Odoo Community Association (OCA)",
"website": "https://github.com/OCA/sale-workflow",
"category": "Sales",
diff --git a/sale_multi_template_application/readme/CONTRIBUTORS.md b/sale_multi_template_application/readme/CONTRIBUTORS.md
index 76723133dd2..fa4bf765443 100644
--- a/sale_multi_template_application/readme/CONTRIBUTORS.md
+++ b/sale_multi_template_application/readme/CONTRIBUTORS.md
@@ -1,3 +1,4 @@
- [Tecnativa](https://www.tecnativa.com):
- Pedro M. Baeza
- - Carlos López
\ No newline at end of file
+ - Carlos López
+- Heliconia Solutions Pvt. Ltd.
diff --git a/sale_multi_template_application/static/description/index.html b/sale_multi_template_application/static/description/index.html
index c8e1b040fcf..bafa97c5bb7 100644
--- a/sale_multi_template_application/static/description/index.html
+++ b/sale_multi_template_application/static/description/index.html
@@ -369,7 +369,7 @@ Sale multi template application
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:3439323a6c943bdba07b62a2ce3eafdc3af3503f214f42b0ad99d2d601bb36bb
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
-
+
This module allows multiple templates to be applied to the same sales
order, keeping the existing order lines without deleting the previous
ones.
@@ -412,7 +412,7 @@
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.
@@ -442,7 +443,7 @@
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/sale-workflow project on GitHub.
+
This module is part of the OCA/sale-workflow project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
diff --git a/sale_multi_template_application/tests/test_sale_multi_template_application.py b/sale_multi_template_application/tests/test_sale_multi_template_application.py
index 0a992a484e6..442507f8b90 100644
--- a/sale_multi_template_application/tests/test_sale_multi_template_application.py
+++ b/sale_multi_template_application/tests/test_sale_multi_template_application.py
@@ -2,7 +2,7 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
-from odoo.tests.common import Form
+from odoo.tests import Form
from odoo.addons.base.tests.common import BaseCommon