Item Label - improvement
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Odoo Addons (MOVED TO GITHUB) |
Confirmed
|
Wishlist
|
OpenERP R&D Addons Team 2 |
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:
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"
ie "n" = product_qty"
So that we can put one unique label on each product.
description: | updated |
Changed in openobject-addons: | |
assignee: | nobody → OpenERP R&D Addons Team 2 (openerp-dev-addons2) |
importance: | Undecided → Wishlist |
status: | New → Confirmed |