Review of revision 4635. To fix:
* attrs="{'required':[('tracking','=',True)]}" is missing in the tree view
* add on each line a button "split in lot" like on each line of the inventory.
** Changed in: openobject-addons
Status: Fix Committed => Confirmed
--
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):
Confirmed
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.
_______________________________________________
Mailing list: https://launchpad.net/~c2c-oerpscenario
Post to : [email protected]
Unsubscribe : https://launchpad.net/~c2c-oerpscenario
More help : https://help.launchpad.net/ListHelp