[REM]account_assets:removed graph view form assets

bzr revid: kbh@tinyerp.com-20120913094611-4k5itc8wlo7w68tv
This commit is contained in:
Khushboo Bhatt (Open ERP) 2012-09-13 15:16:11 +05:30
parent e300d74b77
commit 2bd286e93a
1 changed files with 1 additions and 6 deletions

View File

@ -129,7 +129,7 @@
</group>
</page>
<page string="Depreciation Board">
<field name="depreciation_line_ids" mode="tree,graph">
<field name="depreciation_line_ids" mode="tree">
<tree string="Depreciation Lines" colors="blue:(move_check == False);black:(move_check == True)">
<field name="depreciation_date"/>
<field name="sequence" invisible="1"/>
@ -159,11 +159,6 @@
</group>
</group>
</form>
<graph type="bar">
<field name="name"/>
<field name="amount"/>
<field name="depreciated_value"/>
</graph>
</field>
<button type="object" name="compute_depreciation_board" string="Compute" icon="terp-stock_format-scientific" colspan="2" attrs="{'invisible':[('state','=','close')]}"/>
</page>