← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 751222] [NEW] [6.0 - trunk] partial stock move wizard bugs : uom, new lines, production lot attrs

 

Public bug reported:

Wizard stock_partial_move on stock.move (Receive/Deliver Products)
In the one2many, there is a hidden move_id on the line. So, new lines cannot be created.

* Bugs:
- The product_id cannot be changed (it's not supported by the code), so to make it clear, set required product_id readonly.
- Set an attrs on prodution lot depending on move type (in,out) and product.track_incoming/outgoing to set production lot fied required
- The product_uom is not processed. Existing move should be adapted after conversion of the qty. The new move should use the specified uom in the partial move.
Example:
Existing stock move qty=12 PCE
I make a partial move of 1 "pack of 5". It should adapt the stock move to qty 7 PCE  and create a new move of 1 "pack of 5".

* Improvement:
- Add on each line a button "split in lot" like on each line of the inventory.

** Affects: openobject-addons
     Importance: Undecided
         Status: New

-- 
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/751222

Title:
  [6.0 - trunk] partial stock move wizard bugs : uom, new lines,
  production lot attrs

Status in OpenERP Modules (addons):
  New

Bug description:
  Wizard stock_partial_move on stock.move (Receive/Deliver Products)
  In the one2many, there is a hidden move_id on the line. So, new lines cannot be created.

  * Bugs:
  - The product_id cannot be changed (it's not supported by the code), so to make it clear, set required product_id readonly.
  - Set an attrs on prodution lot depending on move type (in,out) and product.track_incoming/outgoing to set production lot fied required
  - The product_uom is not processed. Existing move should be adapted after conversion of the qty. The new move should use the specified uom in the partial move.
  Example:
  Existing stock move qty=12 PCE
  I make a partial move of 1 "pack of 5". It should adapt the stock move to qty 7 PCE  and create a new move of 1 "pack of 5".

  * Improvement:
  - Add on each line a button "split in lot" like on each line of the inventory.



Follow ups

References