Foram Katharotiya (OpenERP) has proposed merging 
lp:~openerp-dev/openobject-addons/trunk-fix-all-graph-views-apa-mrp-fka into 
lp:~openerp-dev/openobject-addons/trunk-fix-all-graph-views-apa.

Requested reviews:
  Amit Patel (OpenERP) (apa-tiny)

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-fix-all-graph-views-apa-mrp-fka/+merge/130092

Hello Sir,
 
 Fix traceback of graph in manufacturing order

Thanks,
FKA
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-fix-all-graph-views-apa-mrp-fka/+merge/130092
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-fix-all-graph-views-apa.
=== modified file 'mrp/mrp_view.xml'
--- mrp/mrp_view.xml	2012-10-15 05:03:20 +0000
+++ mrp/mrp_view.xml	2012-10-17 11:42:21 +0000
@@ -606,7 +606,7 @@
             <field name="model">mrp.production</field>
             <field name="arch" type="xml">
                 <graph string="Manufacturing Orders" type="bar">
-                    <field name="date_planned_date"/>
+                    <field name="date_planned"/>
                     <field name="hour_total" operator="+"/>
                     <field name="cycle_total" operator="+"/>
                 </graph>

=== modified file 'mrp_operations/mrp_operations_view.xml'
--- mrp_operations/mrp_operations_view.xml	2012-09-24 09:56:16 +0000
+++ mrp_operations/mrp_operations_view.xml	2012-10-17 11:42:21 +0000
@@ -328,7 +328,7 @@
             <field name="model">mrp.production.workcenter.line</field>
             <field name="arch" type="xml">
                 <graph string="Hours by Work Center" type="bar">
-                     <field name="date_start_date"/>
+                     <field name="date_start"/>
                      <field name="hour" operator="+"/>
                      <field name="workcenter_id" group="True"/>
                 </graph>

_______________________________________________
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