[IMP] account: Improved help on search view of Account report.

bzr revid: uco@tinyerp.com-20110912085058-x1xtap9utx5lpr2l
This commit is contained in:
Ujjvala Collins (OpenERP) 2011-09-12 14:20:58 +05:30
parent 949db39ffd
commit d497573b39
1 changed files with 1 additions and 1 deletions

View File

@ -2770,7 +2770,7 @@ action = self.pool.get('res.config').next(cr, uid, [], context)
<field name="view_mode">tree,form</field>
<field name="search_view_id" ref="view_account_low_level_report_search"/>
<field name="view_id" ref="view_account_low_level_report_tree"/>
<field name="help">Makes a generic system to draw financial reports easily. Account reports are stored and used as the Balance Sheet and Profit and Loss reports.</field>
<field name="help">Makes a generic system to draw financial reports easily.</field>
</record>
<menuitem id="menu_account_low_level_reports_tree" name="Account Reports" parent="menu_account_reports" action="action_account_low_level_report_tree"/>