** Summary changed: - Second Operator in Graph View Doesn't show any effect + [trunk/7.0] Second Operator in Graph View Doesn't show any effect
-- You received this bug notification because you are a member of OpenERP Indian Team, which is subscribed to OpenERP Addons. https://bugs.launchpad.net/bugs/1221119 Title: [trunk/7.0] Second Operator in Graph View Doesn't show any effect Status in OpenERP Addons (modules): New Bug description: Using a second "operator" in graph views does not show any effect on graph view. it always consider first occurrence. For example following code in Project Module. project_view.xml <record id="view_project_task_graph" model="ir.ui.view"> <field name="name">project.task.graph</field> <field name="model">project.task</field> <field name="arch" type="xml"> <graph string="Project Tasks" type="bar"> <field name="project_id"/> <field name="planned_hours" operator="+"/> <field name="delay_hours" operator="+"/> </graph> </field> </record> Graph always shows "planned_hours" and not "delay_hours" even if there is data. Cheers, Parthiv To manage notifications about this bug go to: https://bugs.launchpad.net/openobject-addons/+bug/1221119/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~openerp-india Post to : [email protected] Unsubscribe : https://launchpad.net/~openerp-india More help : https://help.launchpad.net/ListHelp

