Skip to content

Commit

Permalink
Merge b98ce7c into 3712b8c
Browse files Browse the repository at this point in the history
  • Loading branch information
Ignacio José Alés López committed Dec 31, 2019
2 parents 3712b8c + b98ce7c commit a35ea8b
Show file tree
Hide file tree
Showing 44 changed files with 3,271 additions and 0 deletions.
82 changes: 82 additions & 0 deletions quality_control_mrp/README.rst
@@ -0,0 +1,82 @@
=================================
MRP extension for quality control
=================================

.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! 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%2Fmanufacture-lightgray.png?logo=github
:target: https://github.com/OCA/manufacture/tree/11.0/quality_control_mrp
:alt: OCA/manufacture
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/manufacture-10-0/manufacture-11-0-quality_control_mrp
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
:target: https://runbot.odoo-community.org/runbot/129/11.0
:alt: Try me on Runbot

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

This module defines a trigger that creates quality control inspections when a
production order is finished.

It also adds the shortcuts related to these inspections on production orders.

**Table of contents**

.. contents::
:local:

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 smashing it by providing a detailed and welcomed
`feedback <https://github.com/OCA/manufacture/issues/new?body=module:%20quality_control_mrp%0Aversion:%2010.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
~~~~~~~

* OdooMRP team
* AvanzOSC
* Serv. Tecnol. Avanzados - Pedro M. Baeza
* Agile Business Group

Contributors
~~~~~~~~~~~~

* Pedro M. Baeza <pedro.baeza@serviciosbaeza.com>
* Oihane Crucelaegui <oihanecrucelaegi@avanzosc.es>
* Simone Rubino <simone.rubino@agilebg.com>
* Ignacio Ales <ignacio.ales@guadaltech.es>

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.

This module is part of the `OCA/manufacture <https://github.com/OCA/manufacture/tree/11.0/quality_control_mrp>`_ 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 quality_control_mrp/__init__.py
@@ -0,0 +1,3 @@
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).

from . import models
29 changes: 29 additions & 0 deletions quality_control_mrp/__manifest__.py
@@ -0,0 +1,29 @@
# Copyright 2014 Serv. Tec. Avanzados - Pedro M. Baeza
# Copyright 2014 Oihane Crucelaegui - AvanzOSC
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).

{
"name": "MRP extension for quality control",
"version": "11.0.1.0.0",
"category": "Quality control",
"license": "AGPL-3",
"author": "OdooMRP team, "
"AvanzOSC, "
"Serv. Tecnol. Avanzados - Pedro M. Baeza, "
"Agile Business Group, "
"Odoo Community Association (OCA)",
"website": "https://github.com/OCA/manufacture/tree/11.0/"
"quality_control_mrp",
"depends": [
"quality_control",
"quality_control_stock",
"mrp"
],
"data": [
'data/quality_control_mrp_data.xml',
'views/qc_inspection_view.xml',
'views/mrp_production_view.xml',
],
"installable": True,
"auto_install": True,
}
14 changes: 14 additions & 0 deletions quality_control_mrp/data/quality_control_mrp_data.xml
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2018 Simone Rubino - Agile Business Group
License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). -->
<odoo>
<record model="qc.trigger" id="qc_trigger_mrp">
<field name="name">Production done</field>
<field name="company_id"/>
</record>

<record id="req_link_mrp_production" model="res.request.link">
<field name="name">Manufacturing Order</field>
<field name="object">mrp.production</field>
</record>
</odoo>
83 changes: 83 additions & 0 deletions quality_control_mrp/i18n/ca.po
@@ -0,0 +1,83 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * quality_control_mrp
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: manufacture (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-01-07 04:20+0000\n"
"PO-Revision-Date: 2017-01-17 18:48+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
"Language-Team: Catalan (http://www.transifex.com/oca/OCA-manufacture-8-0/"
"language/ca/)\n"
"Language: ca\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"

#. module: quality_control_mrp
#: field:mrp.production,created_inspections:0
msgid "Created inspections"
msgstr ""

#. module: quality_control_mrp
#: field:mrp.production,qc_inspections:0
msgid "Inspections"
msgstr ""

#. module: quality_control_mrp
#: help:mrp.production,qc_inspections:0
msgid "Inspections related to this production."
msgstr ""

#. module: quality_control_mrp
#: model:ir.model,name:quality_control_mrp.model_mrp_production
#: model:res.request.link,name:quality_control_mrp.req_link_mrp_production
msgid "Manufacturing Order"
msgstr ""

#. module: quality_control_mrp
#: view:qc.inspection:quality_control_mrp.qc_inspection_search_view_production
#: view:qc.inspection.line:quality_control_mrp.qc_inspection_line_search_production_view
msgid "Product"
msgstr "Producte"

#. module: quality_control_mrp
#: view:qc.inspection:quality_control_mrp.qc_inspection_search_view_production
#: field:qc.inspection,production:0
msgid "Production"
msgstr ""

#. module: quality_control_mrp
#: model:qc.trigger,name:quality_control_mrp.qc_trigger_mrp
msgid "Production done"
msgstr ""

#. module: quality_control_mrp
#: view:qc.inspection.line:quality_control_mrp.qc_inspection_line_search_production_view
#: field:qc.inspection.line,production:0
msgid "Production order"
msgstr ""

#. module: quality_control_mrp
#: model:ir.model,name:quality_control_mrp.model_qc_inspection
msgid "Quality control inspection"
msgstr ""

#. module: quality_control_mrp
#: model:ir.model,name:quality_control_mrp.model_qc_inspection_line
msgid "Quality control inspection line"
msgstr ""

#. module: quality_control_mrp
#: model:ir.actions.act_window,name:quality_control_mrp.action_qc_inspection_per_production
msgid "Quality inspections from production order"
msgstr ""

#. module: quality_control_mrp
#: view:mrp.production:quality_control_mrp.mrp_production_qc_view
msgid "inspections"
msgstr ""
85 changes: 85 additions & 0 deletions quality_control_mrp/i18n/de.po
@@ -0,0 +1,85 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * quality_control_mrp
#
# Translators:
# Dorin Hongu <dhongu@gmail.com>, 2015
# Rudolf Schnapka <rs@techno-flex.de>, 2016
msgid ""
msgstr ""
"Project-Id-Version: manufacture (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-04-24 14:00+0000\n"
"PO-Revision-Date: 2017-03-24 14:12+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
"Language-Team: German (http://www.transifex.com/oca/OCA-manufacture-8-0/"
"language/de/)\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"

#. module: quality_control_mrp
#: field:mrp.production,created_inspections:0
msgid "Created inspections"
msgstr "Erstellte Prüfungen"

#. module: quality_control_mrp
#: field:mrp.production,qc_inspections:0
msgid "Inspections"
msgstr "Prüfungen"

#. module: quality_control_mrp
#: help:mrp.production,qc_inspections:0
msgid "Inspections related to this production."
msgstr "Prüfungen mit Bezug auf diese Fertigung."

#. module: quality_control_mrp
#: model:ir.model,name:quality_control_mrp.model_mrp_production
#: model:res.request.link,name:quality_control_mrp.req_link_mrp_production
msgid "Manufacturing Order"
msgstr "Fertigungsauftrag"

#. module: quality_control_mrp
#: view:qc.inspection:quality_control_mrp.qc_inspection_search_view_production
#: view:qc.inspection.line:quality_control_mrp.qc_inspection_line_search_production_view
msgid "Product"
msgstr "Produkt"

#. module: quality_control_mrp
#: view:qc.inspection:quality_control_mrp.qc_inspection_search_view_production
#: field:qc.inspection,production:0
msgid "Production"
msgstr "Fertigung"

#. module: quality_control_mrp
#: model:qc.trigger,name:quality_control_mrp.qc_trigger_mrp
msgid "Production done"
msgstr "Fertigung abgeschlossen"

#. module: quality_control_mrp
#: view:qc.inspection.line:quality_control_mrp.qc_inspection_line_search_production_view
#: field:qc.inspection.line,production:0
msgid "Production order"
msgstr "Fertigungsauftrag"

#. module: quality_control_mrp
#: model:ir.model,name:quality_control_mrp.model_qc_inspection
msgid "Quality control inspection"
msgstr "Prüfung der Qualitätskontrolle"

#. module: quality_control_mrp
#: model:ir.model,name:quality_control_mrp.model_qc_inspection_line
msgid "Quality control inspection line"
msgstr "Qualitätskontroll-Prüfposition"

#. module: quality_control_mrp
#: model:ir.actions.act_window,name:quality_control_mrp.action_qc_inspection_per_production
msgid "Quality inspections from production order"
msgstr "Qualitätsprüfungen aus Fertigungsauftrag"

#. module: quality_control_mrp
#: view:mrp.production:quality_control_mrp.mrp_production_qc_view
msgid "inspections"
msgstr "Prüfungen"
83 changes: 83 additions & 0 deletions quality_control_mrp/i18n/el_GR.po
@@ -0,0 +1,83 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * quality_control_mrp
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: manufacture (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-03-04 04:25+0000\n"
"PO-Revision-Date: 2017-03-06 09:10+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
"Language-Team: Greek (Greece) (http://www.transifex.com/oca/OCA-"
"manufacture-8-0/language/el_GR/)\n"
"Language: el_GR\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"

#. module: quality_control_mrp
#: field:mrp.production,created_inspections:0
msgid "Created inspections"
msgstr ""

#. module: quality_control_mrp
#: field:mrp.production,qc_inspections:0
msgid "Inspections"
msgstr ""

#. module: quality_control_mrp
#: help:mrp.production,qc_inspections:0
msgid "Inspections related to this production."
msgstr ""

#. module: quality_control_mrp
#: model:ir.model,name:quality_control_mrp.model_mrp_production
#: model:res.request.link,name:quality_control_mrp.req_link_mrp_production
msgid "Manufacturing Order"
msgstr ""

#. module: quality_control_mrp
#: view:qc.inspection:quality_control_mrp.qc_inspection_search_view_production
#: view:qc.inspection.line:quality_control_mrp.qc_inspection_line_search_production_view
msgid "Product"
msgstr "Προϊόν"

#. module: quality_control_mrp
#: view:qc.inspection:quality_control_mrp.qc_inspection_search_view_production
#: field:qc.inspection,production:0
msgid "Production"
msgstr ""

#. module: quality_control_mrp
#: model:qc.trigger,name:quality_control_mrp.qc_trigger_mrp
msgid "Production done"
msgstr ""

#. module: quality_control_mrp
#: view:qc.inspection.line:quality_control_mrp.qc_inspection_line_search_production_view
#: field:qc.inspection.line,production:0
msgid "Production order"
msgstr ""

#. module: quality_control_mrp
#: model:ir.model,name:quality_control_mrp.model_qc_inspection
msgid "Quality control inspection"
msgstr ""

#. module: quality_control_mrp
#: model:ir.model,name:quality_control_mrp.model_qc_inspection_line
msgid "Quality control inspection line"
msgstr ""

#. module: quality_control_mrp
#: model:ir.actions.act_window,name:quality_control_mrp.action_qc_inspection_per_production
msgid "Quality inspections from production order"
msgstr ""

#. module: quality_control_mrp
#: view:mrp.production:quality_control_mrp.mrp_production_qc_view
msgid "inspections"
msgstr ""

0 comments on commit a35ea8b

Please sign in to comment.