Maintainers
+Maintainers
This module is maintained by the OCA.
@@ -457,6 +452,5 @@ diff --git a/repair_service/README.rst b/repair_service/README.rst
index 5f394939..15cff22b 100644
--- a/repair_service/README.rst
+++ b/repair_service/README.rst
@@ -1,7 +1,3 @@
-.. image:: https://odoo-community.org/readme-banner-image
- :target: https://odoo-community.org/get-involved?utm_source=readme
- :alt: Odoo Community Association
-
==============
Repair Service
==============
@@ -17,7 +13,7 @@ Repair Service
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
:target: https://odoo-community.org/page/development-status
:alt: Beta
-.. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png
+.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
: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
diff --git a/repair_service/__manifest__.py b/repair_service/__manifest__.py
index b3f3a004..6d0e9a37 100644
--- a/repair_service/__manifest__.py
+++ b/repair_service/__manifest__.py
@@ -17,5 +17,6 @@
"security/ir.model.access.csv",
"security/ir_rule.xml",
"views/repair_views.xml",
+ "report/report_repair_service.xml",
],
}
diff --git a/repair_service/report/report_repair_service.xml b/repair_service/report/report_repair_service.xml
new file mode 100644
index 00000000..aa248c3a
--- /dev/null
+++ b/repair_service/report/report_repair_service.xml
@@ -0,0 +1,39 @@
+
+Services
+
+
+
+
+
+
+
+ Product
+ Description
+ Quantity
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This module introduces repair services. It adds a new “Services” tab in the repair orders, where users can add and manage services associated with the repair. Once the repair order is confirmed and a sale order is @@ -397,7 +392,7 @@
This functionality is similar to the “Operations” tab that existed in previous versions in core Odoo. This tab allowed users to manage services and operations in the repair orders. This module reintroduces @@ -405,7 +400,7 @@
When creating or editing a repair order, you will find a new “Services” tab within the repair order form. In this tab, you can input and manage the services performed as part of the repair order. Once the repair @@ -414,7 +409,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 @@ -422,15 +417,15 @@
Do not contact contributors directly about support or help with technical issues.