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

Requested reviews:
  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/121409

Hello,

I have add prod_lot(serial number) in MO's products to consume tab. Now the 
definitions of lots for products used in production must be done BEFOR 
validation of the production order

Thanks..!!!
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-1009245-rmu/+merge/121409
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-08-15 22:30:38 +0000
+++ mrp/mrp_view.xml	2012-08-27 11:47:48 +0000
@@ -694,6 +694,7 @@
                                             <field name="product_id"/>
                                             <field name="product_qty"  string="Quantity"/>
                                             <field name="product_uom" string="Unit of Measure" groups="product.group_uom"/>
+                                            <field name="prodlot_id" context="{'product_id': product_id}"/>
                                             <field name="location_id"  string="Source Loc." groups="stock.group_locations"/>
                                             <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