Files
manufacture/quality_control/README.rst
Pedro M. Baeza 75332fdee6 [IMP] quality_control:
Total refactorization with new API, README files, and new concepts.
* Triggers for product category
* ACLs
* Tolerances in questions
* one2many copyable
* Fix some views
* Error on same tolerance
* Colors on inspection lines
* Unify inspection header data assignment in set_test method
* key name in set_test
* Change icon set
2015-10-26 16:49:50 +01:00

45 lines
1.5 KiB
ReStructuredText
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
Quality control management for Odoo
===================================
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.
Definitions
-----------
* 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.
Contributors
------------
* Pedro M. Baeza <pedro.baeza@serviciobaeza.com>
* Oihane Crucelaegui <oihanecrucelaegi@avanzosc.es>
* Ana Juaristi <ajuaristio@gmail.com>