Horizontal bar default updated
This commit is contained in:
parent
9795f8e56d
commit
864f2d516c
|
@ -58,7 +58,7 @@
|
|||
<field name="name">project.consultant.hrs.report.graph</field>
|
||||
<field name="model">project.consultant.hrs.report</field>
|
||||
<field name="arch" type="xml">
|
||||
<graph string="Consultant Allocation" type="bar" stacked="False" sample="1" disable_linking="1">
|
||||
<graph string="Consultant Allocation" type="horizontalBar" stacked="False" sample="1" disable_linking="1">
|
||||
<field name="project_id" type="row"/>
|
||||
<field name="hours" type="measure"/>
|
||||
</graph>
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
<field name="name">project.budget.amt.report.graph</field>
|
||||
<field name="model">project.budget.amt.report</field>
|
||||
<field name="arch" type="xml">
|
||||
<graph string="Budget Analysis" type="bar" stacked="False" sample="1" disable_linking="1">
|
||||
<graph string="Budget Analysis" type="horizontalBar" stacked="False" sample="1" disable_linking="1">
|
||||
<field name="revenue" type="row"/>
|
||||
<field name="project_id" type="row"/>
|
||||
<field name="amount_type" type="row"/>
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
<field name="name">project.budget.hrs.report.graph</field>
|
||||
<field name="model">project.budget.hrs.report</field>
|
||||
<field name="arch" type="xml">
|
||||
<graph string="Budget Analysis" type="bar" stacked="False" sample="1" disable_linking="1">
|
||||
<graph string="Budget Analysis" type="horizontalBar" stacked="False" sample="1" disable_linking="1">
|
||||
<field name="project_id" type="row"/>
|
||||
<field name="hours_type" type="row"/>
|
||||
<field name="hours" type="measure"/>
|
||||
|
|
Loading…
Reference in New Issue