Ujjvala Collins (OpenERP) has proposed merging lp:~openerp-dev/openobject-addons/trunk-account-asset-view_dep_lines-uco into lp:~openerp-dev/openobject-addons/trunk-account-asset.
Requested reviews: OpenERP R&D Team (openerp-dev) For more details, see: https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-account-asset-view_dep_lines-uco/+merge/62434 [IMP] account_asset: ------------------------------------ Depreciation board tab => give string to the o2m currently its coming "unknown" -- https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-account-asset-view_dep_lines-uco/+merge/62434 Your team OpenERP R&D Team is requested to review the proposed merge of lp:~openerp-dev/openobject-addons/trunk-account-asset-view_dep_lines-uco into lp:~openerp-dev/openobject-addons/trunk-account-asset.
=== modified file 'account_asset/account_asset_view.xml' --- account_asset/account_asset_view.xml 2011-05-24 10:13:39 +0000 +++ account_asset/account_asset_view.xml 2011-05-26 09:17:27 +0000 @@ -81,14 +81,14 @@ </page> <page string="Depreciation board"> <field name="depreciation_line_ids" colspan="4" nolabel="1" mode="tree,graph"> - <tree> + <tree string="Depreciation Lines"> <field name="depreciation_date"/> <field name="sequence" invisible="1"/> <field name="amount"/> <field name="depreciated_value"/> <field name="remaining_value"/> <field name="move_check"/> - <button name="create_move" attrs="{'invisible':[('move_check','!=',False)]}" icon="gtk-execute" string="Create Move" type="object"/> + <button name="create_move" attrs="{'invisible':[('move_check','!=',False)]}" icon="gtk-execute" string="Create Move" type="object"/> </tree> <graph type="bar"> <field name="name"/>
_______________________________________________ Mailing list: https://launchpad.net/~openerp-dev-web Post to : openerp-dev-web@lists.launchpad.net Unsubscribe : https://launchpad.net/~openerp-dev-web More help : https://help.launchpad.net/ListHelp