[IMP] account: hide journal tab from trial balance wizard

bzr revid: cha@tinyerp.com-20121106104023-sxjez34gdctem7vt
This commit is contained in:
Ajay Chauhan (OpenERP) 2012-11-06 16:10:23 +05:30
parent 3e2017b8c0
commit 0ede04eb0c
1 changed files with 1 additions and 2 deletions

View File

@ -9,8 +9,7 @@
<field name="inherit_id" ref="account_common_report_view" />
<field name="arch" type="xml">
<data>
<xpath expr="//field[@name='journal_ids']" position="replace">
<field name="journal_ids" colspan="4" nolabel="1" required="0" readonly="1"/>
<xpath expr="//notebook/page[@string='Journals']" position="replace">
</xpath>
<xpath expr="//field[@name='target_move']" position="after">
<field name="display_account"/>