[FIX]Account : Title of of Move Line widnows renamed
authorVRA(OpenERP) <>
Thu, 3 Sep 2009 05:24:57 +0000 (10:54 +0530)
committerJay (Open ERP) <jvo@tinyerp.com>
Thu, 3 Sep 2009 05:24:57 +0000 (10:54 +0530)
lp bug: https://launchpad.net/bugs/423260 fixed

bzr revid: jvo@tinyerp.com-20090903052457-lb4r0dbl2wfw6pv6

addons/account/account_view.xml

index 60ca462..8353695 100644 (file)
         </record>
 
         <record id="action_move_line_select" model="ir.actions.act_window">
-            <field name="name">account.move.line.select</field>
+            <field name="name">Entry Lines</field>
             <field name="res_model">account.move.line</field>
             <field name="view_type">form</field>
             <field name="view_mode">tree,form</field>