Amit Patel (OpenERP) has proposed merging 
lp:~openerp-dev/openobject-addons/trunk-addons13-mrp-apa into 
lp:openobject-addons.

Requested reviews:
  OpenERP Core Team (openerp)

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-addons13-mrp-apa/+merge/128000
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-addons13-mrp-apa/+merge/128000
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-addons13-mrp-apa.
=== modified file 'mrp/mrp.py'
--- mrp/mrp.py	2012-10-02 20:40:23 +0000
+++ mrp/mrp.py	2012-10-04 12:41:10 +0000
@@ -460,7 +460,7 @@
             help="Location where the system will stock the finished products."),
 
         'date_planned_end': fields.function(_production_date_end, type='date', string='Scheduled End Date'),
-        'date_planned_date': fields.function(_production_date, type='date', string='Scheduled Date'),
+        'date_planned_date': fields.function(_production_date, type='date', string='Scheduled Date', store=True),
         'date_planned': fields.datetime('Scheduled Date', required=True, select=1, readonly=True, states={'draft':[('readonly',False)]}),
         'date_start': fields.datetime('Start Date', select=True, readonly=True),
         'date_finished': fields.datetime('End Date', select=True, readonly=True),

=== modified file 'stock/stock_view.xml'
--- stock/stock_view.xml	2012-10-02 20:40:23 +0000
+++ stock/stock_view.xml	2012-10-04 12:41:10 +0000
@@ -1292,7 +1292,7 @@
                 <group>
                     <group>
                         <field name="name" invisible="1"/>
-                        <field name="product_id" on_change="onchange_product_id(product_id,location_id,location_dest_id, parent.partner_id)"/>
+                        <field name="product_id" on_change="onchange_product_id(product_id,location_id,location_dest_id)"/>
                         <field name="type" invisible="1"/>
                         <label for="product_qty"/>
                         <div>

_______________________________________________
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