[IMP] improves the reporting view Asset Analysis in accounting module (adds some relevent measures to the pivot table) (addon account_asset)

bzr revid: ged@openerp.com-20140129160709-t5e4c9h91y0jug6e
This commit is contained in:
Gery Debongnie 2014-01-29 17:07:09 +01:00
parent 4b3076e955
commit d07bb7e870
1 changed files with 5 additions and 2 deletions

View File

@ -7,8 +7,11 @@
<field name="model">asset.asset.report</field>
<field name="arch" type="xml">
<graph string="Assets Analysis" type="pivot">
<field name="asset_id"/>
<field name="depreciation_value"/>
<field name="asset_id" type="row"/>
<field name="nbr" type="measure"/>
<field name="gross_value" type="measure"/>
<field name="depreciation_value" type="measure"/>
<field name="posted_value" type="measure"/>
</graph>
</field>
</record>