c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #18514
Re: [Bug 722538] Re: chained location & production lot
On Sunday 06 March 2011, you wrote:
> I think bug qualification and assignation policies should be deeply
> reviewed...
I think we need more tests (YAML) for the stock module:
- if your industry needs the QC flow, with incoming, controlled, quarrantine
and rejected locations, we need a series of tests to prove all this sequence
of steps.
- on the other hand, we will also need corresponding tests for the simple
cases (no production lot, simple "shelf" locations) to ensure that smaller
businesses will still be able to operate.
Please, community, help us formulate your requirements in terms of tests, so
that each release of OpenERP will be proven to follow your procedures.
I imagine a set of tests like (expressed in YAML format) :
-
I will test the suitability of stock for automotive/pharmaceutical industry
# Considering ISO 9000, FDA-xxxx, IEC-xxxx, LP Bug 722538 ...
# <More comments about the nature of requirements, with references to
# specifications and known practices >
-
By specification, I have to create stock locations for incoming lots, to-be-
reviewed items, ....
-
!record {model: stock.location}:
....
-
I receive a batch of items
-
...and so on
In 1 year time, few people may remember that bug 722538 in some proprietary
site had information about these procedures. But if our own "code" contains
solid references to the needed results, we are more likely to follow (and not
break) them in the long run.
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/722538
Title:
chained location & production lot
Status in OpenERP Modules (addons):
Confirmed
Bug description:
Issues in the following scenario
Incoming goods have to go through quality control, if the goods are
okay they manually get moved from 'QC' to ‚stock free’. The products I
buy are declared as ‘handled in batches’ (product.form / track
production lots)
Therefor I defined my input location ‚stock’ with chained location
Type: fixed
Chained location: QC (child of ‘stock’)
Chaining type : manual operation
I enter a new PO, in ‘internal moves’ I find the move ‘stock’ --> ‘QC’
I receive the good fromm y supplier, enter a new production lot, process, validate
Now I find a second internal move for this PO!!!!
1. without production lot, state available
2. with production lot, state waiting
three big issues:
First: the system allows me to validate the move WITHOUT production lot. Result: in stock ‘QC’ I find the received product without production lot!!!!
Second: the system does not allow me to validate the move WITH
production lot
Third: two move lines for one move….
References