[merge] lp:~openerp-dev/openobject-addons/trunk-addons9-accounting-apa-assets-kbh

bzr revid: jam@tinyerp.com-20120913111827-y5irvn9nz0sjh1kb
This commit is contained in:
Jigar Amin - OpenERP 2012-09-13 16:48:27 +05:30
commit 1ff7c428e5
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>