diff --git a/repair_type/README.rst b/repair_type/README.rst
index 1bad4fb7..a5ef5152 100644
--- a/repair_type/README.rst
+++ b/repair_type/README.rst
@@ -17,13 +17,13 @@ Repair Type
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Frepair-lightgray.png?logo=github
- :target: https://github.com/OCA/repair/tree/17.0/repair_type
+ :target: https://github.com/OCA/repair/tree/18.0/repair_type
:alt: OCA/repair
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
- :target: https://translation.odoo-community.org/projects/repair-17-0/repair-17-0-repair_type
+ :target: https://translation.odoo-community.org/projects/repair-18-0/repair-18-0-repair_type
: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/repair&target_branch=17.0
+ :target: https://runboat.odoo-community.org/builds?repo=OCA/repair&target_branch=18.0
:alt: Try me on Runboat
|badge1| |badge2| |badge3| |badge4| |badge5|
@@ -58,7 +58,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
- Antoni Marroig
- Miquel Alzanillas >
+- ``Heliconia Solutions Pvt. Ltd. ``\ \_
+
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/repair `_ project on GitHub.
+This module is part of the `OCA/repair `_ project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
diff --git a/repair_type/__manifest__.py b/repair_type/__manifest__.py
index c8393cff..56799a46 100644
--- a/repair_type/__manifest__.py
+++ b/repair_type/__manifest__.py
@@ -3,7 +3,7 @@
{
"name": "Repair Type",
- "version": "17.0.1.1.0",
+ "version": "18.0.1.0.0",
"author": "ForgeFlow, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/repair",
"summary": "Repair type",
diff --git a/repair_type/migrations/17.0.1.0.0/pre-migration.py b/repair_type/migrations/17.0.1.0.0/pre-migration.py
deleted file mode 100644
index e4310c0c..00000000
--- a/repair_type/migrations/17.0.1.0.0/pre-migration.py
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright (C) 2024 APSL-Nagarro Antoni Marroig
-# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html)
-
-from openupgradelib import openupgrade
-
-
-@openupgrade.migrate()
-def migrate(env, version):
- openupgrade.logged_query(
- env.cr,
- """
- INSERT INTO stock_picking_type
- (create_date, default_add_location_dest_id, default_remove_location_dest_id,
- name,default_add_location_src_id, default_remove_location_src_id)
- SELECT create_date, destination_location_add_part_id,
- destination_location_remove_part_id, name,
- source_location_add_part_id, source_location_remove_part_id
- FROM repair_type;
- """,
- )
- openupgrade.logged_query(
- env.cr,
- """
- ALTER TABLE repair_order
- DROP COLUMN repair_type_id;
- """,
- )
- openupgrade.logged_query(
- env.cr,
- """
- DROP TABLE repair_type;
- """,
- )
diff --git a/repair_type/readme/CONTRIBUTORS.md b/repair_type/readme/CONTRIBUTORS.md
index c9f0b38a..c1203f25 100644
--- a/repair_type/readme/CONTRIBUTORS.md
+++ b/repair_type/readme/CONTRIBUTORS.md
@@ -6,3 +6,4 @@
> - Antoni Marroig \<\>
> - Miquel Alzanillas \<>\>
+- `Heliconia Solutions Pvt. Ltd. `_
diff --git a/repair_type/static/description/index.html b/repair_type/static/description/index.html
index bdb4ab5c..46bfaa8c 100644
--- a/repair_type/static/description/index.html
+++ b/repair_type/static/description/index.html
@@ -369,7 +369,7 @@ Repair Type
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:dc5e0b875da3ba3a08f5bf83821701c833d52cb035f2b91b163808748e0f008d
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
-
+
This module adds support for source locations when adding, removing, or
recycling components. If you specify any of these types in a Repair
Order, Odoo will automatically apply the corresponding locations from
@@ -408,7 +408,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.
@@ -437,6 +437,8 @@
+
Heliconia Solutions Pvt. Ltd. <https://www.heliconia.io>_
+
@@ -448,7 +450,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/repair project on GitHub.
+
This module is part of the OCA/repair project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.