~openerp-commiter/openobject-addons/trunk-extra-addons

« back to all changes in this revision

Viewing changes to account_asset/account_asset_view.xml

  • Committer: nel
  • Date: 2007-10-01 05:36:04 UTC
  • Revision ID: nel-96aa6366eff3c935db4b610739abba94e5d985f0
ref taken off

Show diffs side-by-side

added added

removed removed

Lines of Context:
72
72
                                                <form string="Depreciation methods">
73
73
                                                        <field name="name" select="1" colspan="4"/>
74
74
                                                        <notebook string="Methods" tabpos="up" colspan="4">
75
 
                                                        <page string="Depreciation" angle="0">
 
75
                                                        <page string="Depreciation">
76
76
                                                                <separator string="Accounts information" colspan="4"/>
77
77
                                                                <field name="account_asset_id"/>
78
78
                                                                <field name="account_actif_id"/>
94
94
                                                                        colspan="2"/>
95
95
                                                                <!-- <field name="method_end"/> -->
96
96
                                                        </page>
97
 
                                                        <page string="Depreciation entries" angle="0">
 
97
                                                        <page string="Depreciation entries">
98
98
                                                                <field name="entry_asset_ids" colspan="4" nolabel="1" readonly="1"/>
99
99
                                                        </page>
100
 
                                                        <page string="Change history" angle="0">
 
100
                                                        <page string="Change history">
101
101
                                                                <field name="history_ids" colspan="4" nolabel="1" readonly="1"/>
102
102
                                                        </page>
103
 
                                                        <page string="Depreciation board" angle="0">
 
103
                                                        <page string="Depreciation board">
104
104
                                                                <field name="value_total"/>
105
105
                                                                <field name="value_residual"/>
106
106
                                                        </page>