c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #19995
[Bug 740955] Re: Item Label - improvement
** Changed in: openobject-addons
Importance: Undecided => Wishlist
** Changed in: openobject-addons
Status: New => Confirmed
** Changed in: openobject-addons
Assignee: (unassigned) => OpenERP R&D Addons Team 2 (openerp-dev-addons2)
--
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/740955
Title:
Item Label - improvement
Status in OpenERP Modules (addons):
Confirmed
Bug description:
In Warehouse -> Traceability -> Stock Moves -> Select any one Move ->
(Report) Item Label
Gives one Label output. which shows Code, Qty, UOM, Product name,
Serial:(tracking_id.name), Tracking:
This lable can be used to affix on that product lot.
But If in particular move there are 5 qty then we have to take five
time prints.
Our suggestion is that it should give 5 lable instead of one and this will depend on configuration in
Product ( product.product).
Instead of "Serial = tracking_id.name " it should be " Serial =
prodlot_id "
If there are 5 product in one lot the it should give 5 lable with " Serial = prodlot_id / n"
where "n" is incremental ie 1,2,3,4 & 5
So o/p will contain " Serial = prodlot_id / 1"
" Serial = prodlot_id / 2"
" Serial = prodlot_id / 3"
" Serial = prodlot_id / 4"
" Serial = prodlot_id / 5"
ie "n" = product_qty"
So that we can put one unique label on each product.
References