Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
109 changes: 109 additions & 0 deletions mrp_repair_order/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,109 @@
.. image:: https://odoo-community.org/readme-banner-image
:target: https://odoo-community.org/get-involved?utm_source=readme
:alt: Odoo Community Association

================
MRP Repair Order
================

..
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:7cae7e85a63ffcbeb0cc1b4a3bdd4b101b2457e6f930004dfbfa2b408aed27bc
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

.. |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
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fmanufacture-lightgray.png?logo=github
:target: https://github.com/OCA/manufacture/tree/19.0/mrp_repair_order
:alt: OCA/manufacture
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/manufacture-19-0/manufacture-19-0-mrp_repair_order
: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/manufacture&target_branch=19.0
:alt: Try me on Runboat

|badge1| |badge2| |badge3| |badge4| |badge5|

This module allows to create a repair order from manufacturing order
when that one is done. One repair only is linked to the one
manufacturing order.

**Table of contents**

.. contents::
:local:

Usage
=====

To use this module, you need to:

Create a manufacturing order:

1. Go to Manufacture > Manufacturing Orders .
2. Create new manufacturing order and produce that.
3. Create a repair order from the header button called "Create Repair
Order"

You can access from manufacturing order to repair order directly with a
smart button and the same backwards.

Bug Tracker
===========

Bugs are tracked on `GitHub Issues <https://github.com/OCA/manufacture/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 <https://github.com/OCA/manufacture/issues/new?body=module:%20mrp_repair_order%0Aversion:%2019.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
-------

* Antoni Marroig

Contributors
------------

- [APSL-Nagarro](https://apsl.tech):

- Antoni Marroig <[email protected]>

- Heliconia Solutions Pvt. Ltd. <https://www.heliconia.io>

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-peluko00| image:: https://github.com/peluko00.png?size=40px
:target: https://github.com/peluko00
:alt: peluko00

Current `maintainer <https://odoo-community.org/page/maintainer-role>`__:

|maintainer-peluko00|

This module is part of the `OCA/manufacture <https://github.com/OCA/manufacture/tree/19.0/mrp_repair_order>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
3 changes: 3 additions & 0 deletions mrp_repair_order/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).

from . import models
16 changes: 16 additions & 0 deletions mrp_repair_order/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Copyright 2024 Antoni Marroig(APSL-Nagarro)<[email protected]>
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
{
"name": "MRP Repair Order",
"summary": "Create repair order from manufacturing order",
"version": "19.0.1.0.0",
"category": "Manufacturing",
"website": "https://github.com/OCA/manufacture",
"author": "Antoni Marroig, Odoo Community Association (OCA)",
"maintainers": ["peluko00"],
"license": "AGPL-3",
"application": False,
"installable": True,
"depends": ["mrp", "repair"],
"data": ["views/mrp_production_views.xml", "views/repair_views.xml"],
}
55 changes: 55 additions & 0 deletions mrp_repair_order/i18n/ca_ES.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mrp_repair_order
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 17.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-09-06 06:24+0000\n"
"PO-Revision-Date: 2024-09-06 06:24+0000\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"

#. module: mrp_repair_order
#: model_terms:ir.ui.view,arch_db:mrp_repair_order.view_repair_order_form_inherit
msgid "<span class=\"o_stat_text\">Manufacturing order</span>"
msgstr "<span class=\"o_stat_text\">Ordre de Fabricació</span>"

#. module: mrp_repair_order
#: model_terms:ir.ui.view,arch_db:mrp_repair_order.view_mrp_production_form_inherit
msgid "<span class=\"o_stat_text\">Repair order</span>"
msgstr "<span class=\"o_stat_text\">Ordre de Reparació</span>"

#. module: mrp_repair_order
#. odoo-python
#: code:addons/mrp_repair_order/models/mrp.py:0
#: model_terms:ir.ui.view,arch_db:mrp_repair_order.view_mrp_production_form_inherit
#, python-format
msgid "Create Repair Order"
msgstr "Crear Ordre de Reparació"

#. module: mrp_repair_order
#: model:ir.model.fields,field_description:mrp_repair_order.field_repair_order__mrp_ids
msgid "Manufacting Orders"
msgstr "Ordres de fabricació"

#. module: mrp_repair_order
#: model:ir.model,name:mrp_repair_order.model_mrp_production
msgid "Production Order"
msgstr "Ordre de producció"

#. module: mrp_repair_order
#: model:ir.model.fields,field_description:mrp_repair_order.field_mrp_production__repair_id
msgid "Repair"
msgstr "Reparació"

#. module: mrp_repair_order
#: model:ir.model,name:mrp_repair_order.model_repair_order
msgid "Repair Order"
msgstr "Ordre de reparació"
55 changes: 55 additions & 0 deletions mrp_repair_order/i18n/es.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mrp_repair_order
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 17.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-09-06 06:25+0000\n"
"PO-Revision-Date: 2024-09-06 06:25+0000\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"

#. module: mrp_repair_order
#: model_terms:ir.ui.view,arch_db:mrp_repair_order.view_repair_order_form_inherit
msgid "<span class=\"o_stat_text\">Manufacturing order</span>"
msgstr "<span class=\"o_stat_text\">Orden de Fabricación</span>"

#. module: mrp_repair_order
#: model_terms:ir.ui.view,arch_db:mrp_repair_order.view_mrp_production_form_inherit
msgid "<span class=\"o_stat_text\">Repair order</span>"
msgstr "<span class=\"o_stat_text\">Orden de Reparación</span>"

#. module: mrp_repair_order
#. odoo-python
#: code:addons/mrp_repair_order/models/mrp.py:0
#: model_terms:ir.ui.view,arch_db:mrp_repair_order.view_mrp_production_form_inherit
#, python-format
msgid "Create Repair Order"
msgstr "Crear Orden de Reparación"

#. module: mrp_repair_order
#: model:ir.model.fields,field_description:mrp_repair_order.field_repair_order__mrp_ids
msgid "Manufacting Orders"
msgstr "Órdenes de fabricación"

#. module: mrp_repair_order
#: model:ir.model,name:mrp_repair_order.model_mrp_production
msgid "Production Order"
msgstr "Orden de producción"

#. module: mrp_repair_order
#: model:ir.model.fields,field_description:mrp_repair_order.field_mrp_production__repair_id
msgid "Repair"
msgstr "Reparación"

#. module: mrp_repair_order
#: model:ir.model,name:mrp_repair_order.model_repair_order
msgid "Repair Order"
msgstr "Orden de reparación"
55 changes: 55 additions & 0 deletions mrp_repair_order/i18n/it.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mrp_repair_order
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 17.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2024-10-26 16:06+0000\n"
"Last-Translator: mymage <[email protected]>\n"
"Language-Team: none\n"
"Language: it\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 5.6.2\n"

#. module: mrp_repair_order
#: model_terms:ir.ui.view,arch_db:mrp_repair_order.view_repair_order_form_inherit
msgid "<span class=\"o_stat_text\">Manufacturing order</span>"
msgstr "<span class=\"o_stat_text\">Ordine di produzione</span>"

#. module: mrp_repair_order
#: model_terms:ir.ui.view,arch_db:mrp_repair_order.view_mrp_production_form_inherit
msgid "<span class=\"o_stat_text\">Repair order</span>"
msgstr "<span class=\"o_stat_text\">Ordine di riparazione</span>"

#. module: mrp_repair_order
#. odoo-python
#: code:addons/mrp_repair_order/models/mrp.py:0
#: model_terms:ir.ui.view,arch_db:mrp_repair_order.view_mrp_production_form_inherit
#, python-format
msgid "Create Repair Order"
msgstr "Crea ordine riparazione"

#. module: mrp_repair_order
#: model:ir.model.fields,field_description:mrp_repair_order.field_repair_order__mrp_ids
msgid "Manufacting Orders"
msgstr "Ordini di produzione"

#. module: mrp_repair_order
#: model:ir.model,name:mrp_repair_order.model_mrp_production
msgid "Production Order"
msgstr "Ordine di produzione"

#. module: mrp_repair_order
#: model:ir.model.fields,field_description:mrp_repair_order.field_mrp_production__repair_id
msgid "Repair"
msgstr "Riparazione"

#. module: mrp_repair_order
#: model:ir.model,name:mrp_repair_order.model_repair_order
msgid "Repair Order"
msgstr "Ordine di riparazione"
51 changes: 51 additions & 0 deletions mrp_repair_order/i18n/mrp_repair_order.pot
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mrp_repair_order
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 18.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"

#. module: mrp_repair_order
#: model_terms:ir.ui.view,arch_db:mrp_repair_order.view_repair_order_form_inherit
msgid "<span class=\"o_stat_text\">Manufacturing order</span>"
msgstr ""

#. module: mrp_repair_order
#: model_terms:ir.ui.view,arch_db:mrp_repair_order.view_mrp_production_form_inherit
msgid "<span class=\"o_stat_text\">Repair order</span>"
msgstr ""

#. module: mrp_repair_order
#. odoo-python
#: code:addons/mrp_repair_order/models/mrp.py:0
#: model_terms:ir.ui.view,arch_db:mrp_repair_order.view_mrp_production_form_inherit
msgid "Create Repair Order"
msgstr ""

#. module: mrp_repair_order
#: model:ir.model.fields,field_description:mrp_repair_order.field_repair_order__mrp_ids
msgid "Manufacting Orders"
msgstr ""

#. module: mrp_repair_order
#: model:ir.model,name:mrp_repair_order.model_mrp_production
msgid "Manufacturing Order"
msgstr ""

#. module: mrp_repair_order
#: model:ir.model.fields,field_description:mrp_repair_order.field_mrp_production__repair_id
msgid "Repair"
msgstr ""

#. module: mrp_repair_order
#: model:ir.model,name:mrp_repair_order.model_repair_order
msgid "Repair Order"
msgstr ""
Loading