c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #17405
[Bug 724010] Re: Sequence for Packs is generated wrong.
Hello Jan,
Thanks for your quick reply.
You are right that the sequence for pack is not followed according to
it's record in ir.sequence object. But it is not a bug. We have code for
the modification in this sequence.
You can refer the functions in stock.py file of stock module Line no:470
def checksum(sscc): and def make_sscc(self, cr, uid, context=None):.
They are modifying the sequence.
We have implemented the SSCC(Serial Shipping Container Code) pack
numbering. But if community thinks it is not the global standard, It can
be modified or reviewed again.
So I am setting this bug as an opinion and welcome the all precious
suggestions on this issue by manufacturing experts.
Thanks for your participation.
** Changed in: openobject-addons
Status: New => Incomplete
** Changed in: openobject-addons
Status: Incomplete => Opinion
--
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/724010
Title:
Sequence for Packs is generated wrong.
Status in OpenERP Modules (addons):
Opinion
Bug description:
Version 6
Install warehouse functionality with demo data.
Add a Pack number (generated) to a "Deliver product" line in Warehousing -> Product Moves
Add a pack number (generated) to a second "deliver product" line
Watch that the next number generated is 7 numbers higher instead of 1 higher.
The generated numbers are
00000048
00000055
00000062
Sequence generator set to
Packs (stock.lot.tracking)
Number padding : 7
Increment Number : 1
References