-
Notifications
You must be signed in to change notification settings - Fork 239
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by max3903
- Loading branch information
Showing
27 changed files
with
1,232 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,131 @@ | ||
====================== | ||
Field Service - Repair | ||
====================== | ||
|
||
.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
!! This file is generated by oca-gen-addon-readme !! | ||
!! changes will be overwritten. !! | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
.. |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/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%2Ffield--service-lightgray.png?logo=github | ||
:target: https://github.com/OCA/field-service/tree/14.0/fieldservice_repair | ||
:alt: OCA/field-service | ||
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png | ||
:target: https://translation.odoo-community.org/projects/field-service-14-0/field-service-14-0-fieldservice_repair | ||
:alt: Translate me on Weblate | ||
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png | ||
:target: https://runbot.odoo-community.org/runbot/264/14.0 | ||
:alt: Try me on Runbot | ||
|
||
|badge1| |badge2| |badge3| |badge4| |badge5| | ||
|
||
Odoo Repair App does not support Field Service operations for products outside the company facilities. | ||
On the other hand, the Field Service App does not support part management (add, update, remove) of an equipment. | ||
|
||
This module allows you to repair FSM equipments and manage their parts: add, update/replace, remove. | ||
|
||
**Table of contents** | ||
|
||
.. contents:: | ||
:local: | ||
|
||
Installation | ||
============ | ||
|
||
To install Field Service and have the mapping features, | ||
you need to install fieldservice_stock and mrp_repair | ||
|
||
Please refer to the installation instructions available at: | ||
https://github.com/OCA/field-service/tree/12.0/fieldservice_stock | ||
|
||
Configuration | ||
============= | ||
|
||
To configure this module, you need to: | ||
|
||
* Go to Field Service > Master Data > Equipments | ||
* Set the product and serial number on each of your equipments | ||
|
||
Usage | ||
===== | ||
|
||
To use this module, you need to: | ||
|
||
* Go to Field Service | ||
* Create a FSM order | ||
* Choose the type: Repair | ||
* Select the equipment | ||
* Upon saving, a repair order is created and linked to the FSM order | ||
|
||
Known issues / Roadmap | ||
====================== | ||
|
||
The roadmap of the Field Service application is documented on | ||
`Github <https://github.com/OCA/field-service/issues>`_. | ||
|
||
Bug Tracker | ||
=========== | ||
|
||
Bugs are tracked on `GitHub Issues <https://github.com/OCA/field-service/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 | ||
`feedback <https://github.com/OCA/field-service/issues/new?body=module:%20fieldservice_repair%0Aversion:%2014.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_. | ||
|
||
Do not contact contributors directly about support or help with technical issues. | ||
|
||
Credits | ||
======= | ||
|
||
Authors | ||
~~~~~~~ | ||
|
||
* Open Source Integrators | ||
|
||
Contributors | ||
~~~~~~~~~~~~ | ||
|
||
* Sandip Mangukiya <smangukiya@opensourceintegrators.com> | ||
* Serpent Consulting Services Pvt. Ltd. <support@serpentcs.com> | ||
* Marcel Savegnago - Escodoo <marcel.savegnago@escodoo.com.br> | ||
* Freni Patel <fpatel@opensourceintegrators.com> | ||
|
||
Other credits | ||
~~~~~~~~~~~~~ | ||
|
||
The development of this module has been financially supported by: | ||
|
||
* Open Source Integrators <https://opensourceintegrators.com> | ||
|
||
Maintainers | ||
~~~~~~~~~~~ | ||
|
||
This module is maintained by the OCA. | ||
|
||
.. image:: https://odoo-community.org/logo.png | ||
:alt: Odoo Community Association | ||
:target: https://odoo-community.org | ||
|
||
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. | ||
|
||
.. |maintainer-smangukiya| image:: https://github.com/smangukiya.png?size=40px | ||
:target: https://github.com/smangukiya | ||
:alt: smangukiya | ||
.. |maintainer-max3903| image:: https://github.com/max3903.png?size=40px | ||
:target: https://github.com/max3903 | ||
:alt: max3903 | ||
|
||
Current `maintainers <https://odoo-community.org/page/maintainer-role>`__: | ||
|
||
|maintainer-smangukiya| |maintainer-max3903| | ||
|
||
This module is part of the `OCA/field-service <https://github.com/OCA/field-service/tree/14.0/fieldservice_repair>`_ project on GitHub. | ||
|
||
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# Copyright (C) 2021 - TODAY, Open Source Integrators | ||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). | ||
|
||
from . import models |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Copyright (C) 2021 - TODAY, Open Source Integrators | ||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). | ||
|
||
{ | ||
"name": "Field Service - Repair", | ||
"summary": "Integrate Field Service orders with MRP repair orders", | ||
"version": "15.0.1.0.0", | ||
"category": "Field Service", | ||
"author": "Open Source Integrators, Odoo Community Association (OCA)", | ||
"website": "https://github.com/OCA/field-service", | ||
"depends": [ | ||
"fieldservice_equipment_stock", | ||
"repair", | ||
], | ||
"data": ["data/fsm_order_type.xml", "views/fsm_order_view.xml"], | ||
"license": "AGPL-3", | ||
"development_status": "Beta", | ||
"maintainers": [ | ||
"smangukiya", | ||
"max3903", | ||
], | ||
"installable": True, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<odoo noupdate="1"> | ||
|
||
<record id="fsm_order_type_repair" model="fsm.order.type"> | ||
<field name="name">Repair</field> | ||
<field name="internal_type">repair</field> | ||
</record> | ||
|
||
</odoo> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * fieldservice_repair | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 12.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"PO-Revision-Date: 2019-11-26 14:27+0000\n" | ||
"Last-Translator: Maria Sparenberg <maria.sparenberg@gmx.net>\n" | ||
"Language-Team: none\n" | ||
"Language: de\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: \n" | ||
"Plural-Forms: nplurals=2; plural=n != 1;\n" | ||
"X-Generator: Weblate 3.8\n" | ||
|
||
#. module: fieldservice_repair | ||
#: code:addons/fieldservice_repair/models/fsm_order.py:39 | ||
#, python-format | ||
msgid "" | ||
"Cannot create Repair Order because Equipment does not have a Current " | ||
"Inventory Location." | ||
msgstr "" | ||
|
||
#. module: fieldservice_repair | ||
#: selection:fsm.order.type,internal_type:0 | ||
msgid "FSM" | ||
msgstr "" | ||
|
||
#. module: fieldservice_repair | ||
#: model:ir.model,name:fieldservice_repair.model_fsm_order | ||
msgid "Field Service Order" | ||
msgstr "Field-Service-Auftrag" | ||
|
||
#. module: fieldservice_repair | ||
#: model:ir.model,name:fieldservice_repair.model_fsm_order_type | ||
#, fuzzy | ||
msgid "Field Service Order Type" | ||
msgstr "Field-Service-Auftrag" | ||
|
||
#. module: fieldservice_repair | ||
#: model:ir.model.fields,field_description:fieldservice_repair.field_fsm_order_type__internal_type | ||
msgid "Internal Type" | ||
msgstr "" | ||
|
||
#. module: fieldservice_repair | ||
#: selection:fsm.order.type,internal_type:0 | ||
msgid "Maintenance" | ||
msgstr "" | ||
|
||
#. module: fieldservice_repair | ||
#: selection:fsm.order.type,internal_type:0 | ||
#, fuzzy | ||
msgid "Repair" | ||
msgstr "Reparaturauftrag" | ||
|
||
#. module: fieldservice_repair | ||
#: model:ir.model.fields,field_description:fieldservice_repair.field_fsm_order__repair_id | ||
msgid "Repair Order" | ||
msgstr "Reparaturauftrag" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * fieldservice_repair | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 12.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"PO-Revision-Date: 2020-03-04 00:14+0000\n" | ||
"Last-Translator: Nelson Ramírez Sánchez <info@konos.cl>\n" | ||
"Language-Team: none\n" | ||
"Language: es\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: \n" | ||
"Plural-Forms: nplurals=2; plural=n != 1;\n" | ||
"X-Generator: Weblate 3.10\n" | ||
|
||
#. module: fieldservice_repair | ||
#: code:addons/fieldservice_repair/models/fsm_order.py:39 | ||
#, python-format | ||
msgid "" | ||
"Cannot create Repair Order because Equipment does not have a Current " | ||
"Inventory Location." | ||
msgstr "" | ||
|
||
#. module: fieldservice_repair | ||
#: selection:fsm.order.type,internal_type:0 | ||
msgid "FSM" | ||
msgstr "" | ||
|
||
#. module: fieldservice_repair | ||
#: model:ir.model,name:fieldservice_repair.model_fsm_order | ||
msgid "Field Service Order" | ||
msgstr "Orden de Servicio de Campo" | ||
|
||
#. module: fieldservice_repair | ||
#: model:ir.model,name:fieldservice_repair.model_fsm_order_type | ||
#, fuzzy | ||
msgid "Field Service Order Type" | ||
msgstr "Orden de Servicio de Campo" | ||
|
||
#. module: fieldservice_repair | ||
#: model:ir.model.fields,field_description:fieldservice_repair.field_fsm_order_type__internal_type | ||
msgid "Internal Type" | ||
msgstr "" | ||
|
||
#. module: fieldservice_repair | ||
#: selection:fsm.order.type,internal_type:0 | ||
msgid "Maintenance" | ||
msgstr "" | ||
|
||
#. module: fieldservice_repair | ||
#: selection:fsm.order.type,internal_type:0 | ||
#, fuzzy | ||
msgid "Repair" | ||
msgstr "Orden de Reparación" | ||
|
||
#. module: fieldservice_repair | ||
#: model:ir.model.fields,field_description:fieldservice_repair.field_fsm_order__repair_id | ||
msgid "Repair Order" | ||
msgstr "Orden de Reparación" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,74 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * fieldservice_repair | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 14.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"PO-Revision-Date: 2021-10-03 21:34+0000\n" | ||
"Last-Translator: Ignacio Buioli <ibuioli@gmail.com>\n" | ||
"Language-Team: none\n" | ||
"Language: es_AR\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: \n" | ||
"Plural-Forms: nplurals=2; plural=n != 1;\n" | ||
"X-Generator: Weblate 4.3.2\n" | ||
|
||
#. module: fieldservice_repair | ||
#: code:addons/fieldservice_repair/models/fsm_order.py:0 | ||
#, python-format | ||
msgid "" | ||
"Cannot create Repair Order because Equipment does not have a Current " | ||
"Inventory Location." | ||
msgstr "" | ||
"No se puede crear un Pedido de rReparación porque el equipo no tiene una " | ||
"Ubicación de Inventario Actual." | ||
|
||
#. module: fieldservice_repair | ||
#: model:ir.model.fields,field_description:fieldservice_repair.field_fsm_order_type__display_name | ||
msgid "Display Name" | ||
msgstr "Mostrar Nombre" | ||
|
||
#. module: fieldservice_repair | ||
#: model:ir.model,name:fieldservice_repair.model_fsm_order | ||
msgid "Field Service Order" | ||
msgstr "Pedido de Servicio de Campo" | ||
|
||
#. module: fieldservice_repair | ||
#: model:ir.model,name:fieldservice_repair.model_fsm_order_type | ||
msgid "Field Service Order Type" | ||
msgstr "Tipo de Pedido de Servicio de Campo" | ||
|
||
#. module: fieldservice_repair | ||
#: model:ir.model.fields,field_description:fieldservice_repair.field_fsm_order__id | ||
#: model:ir.model.fields,field_description:fieldservice_repair.field_fsm_order_type__id | ||
msgid "ID" | ||
msgstr "ID" | ||
|
||
#. module: fieldservice_repair | ||
#: model:ir.model.fields,field_description:fieldservice_repair.field_fsm_order_type__internal_type | ||
msgid "Internal Type" | ||
msgstr "Tipo Interno" | ||
|
||
#. module: fieldservice_repair | ||
#: model:ir.model.fields,field_description:fieldservice_repair.field_fsm_order____last_update | ||
#: model:ir.model.fields,field_description:fieldservice_repair.field_fsm_order_type____last_update | ||
msgid "Last Modified on" | ||
msgstr "Última Modificación el" | ||
|
||
#. module: fieldservice_repair | ||
#: model:ir.model.fields,field_description:fieldservice_repair.field_fsm_order__display_name | ||
msgid "Order" | ||
msgstr "Pedido" | ||
|
||
#. module: fieldservice_repair | ||
#: model:ir.model.fields.selection,name:fieldservice_repair.selection__fsm_order_type__internal_type__repair | ||
msgid "Repair" | ||
msgstr "Reparar" | ||
|
||
#. module: fieldservice_repair | ||
#: model:ir.model.fields,field_description:fieldservice_repair.field_fsm_order__repair_id | ||
msgid "Repair Order" | ||
msgstr "Pedido de Reparación" |
Oops, something went wrong.