[IMP] remerge improve jornal items search view

bzr revid: aar@tinyerp.com-20110722084113-vjmd30l4tvmdw2oe
This commit is contained in:
Amit Parmar (OpenERP) 2011-07-22 14:11:13 +05:30
parent 2e954ef796
commit 7bb004b0e1
1 changed files with 1 additions and 0 deletions

View File

@ -1226,6 +1226,7 @@
<field name="res_model">account.move.line</field>
<field name="view_type">form</field>
<field name="view_mode">tree,form</field>
<field name="context">{}</field>
<field name="search_view_id" ref="view_account_move_line_filter"/>
<field name="help">This view can be used by accountants in order to quickly record entries in OpenERP. If you want to record a supplier invoice, start by recording the line of the expense account. OpenERP will propose to you automatically the Tax related to this account and the counterpart "Account Payable".</field>
</record>