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.
Table of contents
- 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
- Make translatable the trigger name.
Bugs are tracked on GitHub 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.
Do not contact contributors directly about support or help with technical issues.
- AvanzOSC
- Tecnativa
- Oihane Crucelaegui <[email protected]>
- Ana Juaristi <[email protected]>
- Lois Rilo <[email protected]>
- Simone Rubino <[email protected]>
- Juan Humanes <[email protected]>
- Ignacio José Alés López <[email protected]>
- Pimolnat Suntian <[email protected]>
- Tecnativa:
- Pedro M. Baeza
- Carlos Roca
- Trey Kilobytes de Soluciones SL:
- Vicent Cubells
- Originally based on the old nan_quality_control_* modules from NaN·tic.
This module is maintained by the OCA.
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 project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.