Horizontal bar default updated

This commit is contained in:
projectsodoo 2021-01-27 13:05:37 +05:30
parent 9795f8e56d
commit 864f2d516c
3 changed files with 3 additions and 3 deletions

View File

@ -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>

View File

@ -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"/>

View File

@ -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"/>