Ravish(OpenERP) has proposed merging 
lp:~openerp-dev/openobject-addons/trunk-bug-1009245-rmu into 
lp:openobject-addons.

Requested reviews:
  Amit Parik (OpenERP) (amp-openerp)
  OpenERP Core Team (openerp)
Related bugs:
  Bug #1009245 in OpenERP Addons: "mrp: lot definition not in time"
  https://bugs.launchpad.net/openobject-addons/+bug/1009245

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-1009245-rmu/+merge/109070

Hello,

I have add production lot field at Mo product consume tab which allows to add 
lots to planned quantity before validation

Thanks!!
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-1009245-rmu/+merge/109070
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-bug-1009245-rmu.
=== modified file 'mrp/mrp_view.xml'
--- mrp/mrp_view.xml	2012-06-04 12:11:39 +0000
+++ mrp/mrp_view.xml	2012-06-07 05:50:26 +0000
@@ -677,6 +677,7 @@
                                     <field name="product_id" />
                                     <field name="product_qty"  string="Qty"/>
                                     <field name="product_uom"  string="Unit of Measure"/>
+                                    <field name="prodlot_id" context="{'product_id': product_id}"/>
                                     <field name="location_id"  string="Source Loc."/>
                                     <field name="state" invisible="1"/>
                                     <button name="%(stock.move_consume)d"

_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help   : https://help.launchpad.net/ListHelp

Reply via email to