Go to file
Angel Alvarez c91a4e3995 [ADD] gitignore file 2012-09-24 16:32:00 +02:00
doc add doc and images 2012-09-21 17:01:39 +02:00
i18n [IMP] nan_prodlot_quality_control: finalized (re)implementation of Quality Control for Production Lots, with complet YAML tests included. 2012-03-05 19:02:48 +01:00
images add doc and images 2012-09-21 17:01:39 +02:00
security [IMP] nan_prodlot_quality_control: finalized (re)implementation of Quality Control for Production Lots, with complet YAML tests included. 2012-03-05 19:02:48 +01:00
test [IMP] nan_prodlot_quality_control: finalized (re)implementation of Quality Control for Production Lots, with complet YAML tests included. 2012-03-05 19:02:48 +01:00
.gitignore [ADD] gitignore file 2012-09-24 16:32:00 +02:00
README add doc and images 2012-09-21 17:01:39 +02:00
__init__.py [ADD] nan_prodlot_quality_control: new module nan_prodlot_quality_control with a generic infraestructure to add quality control tests to prodlots. this module without others doesn't provide final functionalities 2012-03-05 19:02:48 +01:00
__openerp__.py change author name 2012-09-21 17:29:33 +02:00
company.py [IMP] nan_prodlot_quality_control: removed 'Template Type' field 2012-04-25 17:22:35 +02:00
company_view.xml [ADD] nan_prodlot_quality_control: new module nan_prodlot_quality_control with a generic infraestructure to add quality control tests to prodlots. this module without others doesn't provide final functionalities 2012-03-05 19:02:48 +01:00
prodlot_quality_control_demo.xml [FIX] nan_prodlot_quality_control: removed duplicated field in demo data 2012-04-25 17:22:35 +02:00
prodlot_workflow.xml [FIX] nan_prodlot_quality_control: name of action workflow functions 2012-04-27 13:49:10 +02:00
product.py [IMP] nan_prodlot_quality_control: removed 'Template Type' field 2012-04-25 17:22:35 +02:00
product_view.xml [IMP] nan_prodlot_quality_control: removed 'Template Type' field 2012-04-25 17:22:35 +02:00
quality_control.py [FIX] nan_prodlot_quality_control: name of action workflow functions 2012-04-27 13:49:10 +02:00
quality_control_view.xml [ADD] nan_prodlot_quality_control: new module nan_prodlot_quality_control with a generic infraestructure to add quality control tests to prodlots. this module without others doesn't provide final functionalities 2012-03-05 19:02:48 +01:00
stock.py [FIX] nan_prodlot_quality_control: name of action workflow functions 2012-04-27 13:49:10 +02:00
stock_view.xml [IMP] nan_prodlot_quality_control: removed 'Template Type' field 2012-04-25 17:22:35 +02:00

README

nan_prodlot_quality_control
---------------------------

This module supply an infrastructure to define Quality Test that the
Production Lots must pass in some situations. It adds a workflow to
Production Lot.

Adds a new simple model for Quality Test to define Triggers (a mark to
specify when a test must be passed) a model related to product with
one2many field which define which tests must to pass the lots of the
product specifying the Test Template and the Trigger. In the Company there
are a similar field and one2many to define the general tests (when a
product is created take the default values from these values).
In the Production Lot there are a similar model and one2many field but
relates the Lot with a trigger and Test.

IMPORTANT: This module without anything else do not define any Test to pass
It will be defined in other dependant modules.