← Back to team overview

c2c-oerpscenario team mailing list archive

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

 

Hello Jacques,

the fix has already been landed in lp:~openerp-dev/openobject-addons/trunk-bug-751222-ron
* attrs="{'required':[('tracking','=',True)]}" is done in the tree view, but there is a problem in client,
  I have attached video for the reference,
  @qualification team: can you please check the problem of required field on o2m of osv_memory wizard

* add on each line a button "split in lot" like on each line of the inventory:
   this can be easily be done on the picking view before going to process

so I am considering as fixed for trunk addons,
Thanks

** Attachment added: "attrs problem in tree view.ogv"
   https://bugs.launchpad.net/openobject-addons/+bug/751222/+attachment/2184244/+files/attrs%20problem%20in%20tree%20view.ogv

** Changed in: openobject-addons
       Status: Confirmed => Fix Committed

-- 
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):
  Fix Committed

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.

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/751222/+subscriptions


References