mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
[MIG] quality_control: Migration to 12.0
This commit is contained in:
committed by
Stefano Consolaro
parent
cfb8841eca
commit
359ff35953
29
quality_control_oca/readme/CONFIGURE.rst
Normal file
29
quality_control_oca/readme/CONFIGURE.rst
Normal file
@@ -0,0 +1,29 @@
|
||||
* Question: The thing to be checked. We have two types of questions:
|
||||
|
||||
* Qualitative: The result is a description, color, yes, no...
|
||||
|
||||
* Quantitative: The result must be within a range.
|
||||
|
||||
* Possible values: The values chosen in qualitative questions.
|
||||
|
||||
* Test: The set of questions to be used in inspections.
|
||||
|
||||
* Once these values are set, we define the inspection.
|
||||
|
||||
We have a *generic* test that can be applied to any model: shipments,
|
||||
invoices or product, or a *test related*, making it specific to a particular
|
||||
product and that eg apply whenever food is sold or when creating a batch.
|
||||
|
||||
Once these parameters are set, we can just pass the test. We create a
|
||||
new inspection, selecting a relationship with the model (sale, stock move...),
|
||||
and pressing "Select test" button to choose the test to pass. Then, you must
|
||||
fill the lines depending on the chosen test.
|
||||
|
||||
The complete inspection workflow is:
|
||||
|
||||
Draft -> Confirmed -> Success
|
||||
|
|
||||
| -> Failure (Pending approval) -> Approved
|
||||
|
||||
Based on the nan_quality_control_* modules from NaN·tic.
|
||||
|
||||
7
quality_control_oca/readme/CONTRIBUTORS.rst
Normal file
7
quality_control_oca/readme/CONTRIBUTORS.rst
Normal file
@@ -0,0 +1,7 @@
|
||||
* Pedro M. Baeza <pedro.baeza@serviciobaeza.com>
|
||||
* Oihane Crucelaegui <oihanecrucelaegi@avanzosc.es>
|
||||
* Ana Juaristi <anajuaristi@avanzosc.es>
|
||||
* Lois Rilo <lois.rilo@eficent.com>
|
||||
* Simone Rubino <simone.rubino@agilebg.com>
|
||||
* Juan Humanes <juan.humanes@guadaltech.es>
|
||||
* Ignacio José Alés López <ignacio.ales@guadaltech.es>
|
||||
3
quality_control_oca/readme/DESCRIPTION.rst
Normal file
3
quality_control_oca/readme/DESCRIPTION.rst
Normal file
@@ -0,0 +1,3 @@
|
||||
This module provides a generic infrastructure for quality tests. The idea is
|
||||
that it can be later reused for doing quality inspections on production lots
|
||||
or any other area of the company.
|
||||
1
quality_control_oca/readme/ROADMAP.rst
Normal file
1
quality_control_oca/readme/ROADMAP.rst
Normal file
@@ -0,0 +1 @@
|
||||
* Make translatable the trigger name.
|
||||
3
quality_control_oca/readme/USAGE.rst
Normal file
3
quality_control_oca/readme/USAGE.rst
Normal file
@@ -0,0 +1,3 @@
|
||||
.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
|
||||
:alt: Try me on Runbot
|
||||
:target: https://runbot.odoo-community.org/runbot/129/12.0
|
||||
Reference in New Issue
Block a user