← Back to team overview

openerp-india team mailing list archive

[Bug 1221119] Re: [trunk/7.0] Second Operator in Graph View Doesn't show any effect

 

** Project changed: openobject-addons => openerp-web

-- 
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 Web:
  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/openerp-web/+bug/1221119/+subscriptions


References