[IMP] account: always show the name field in the form of account.bank.statement

bzr revid: rco@openerp.com-20121218133819-x03qu491r6csmvbk
This commit is contained in:
Raphael Collet 2012-12-18 14:38:19 +01:00
parent 805803d32d
commit add034cafb
1 changed files with 2 additions and 2 deletions

View File

@ -2243,8 +2243,8 @@
<field name="state" widget="statusbar" nolabel="1" statusbar_visible="draft,confirm"/>
</header>
<sheet string="Statement">
<label for="name" class="oe_edit_only" attrs="{'invisible':[('name','=','/')]}"/>
<h1><field name="name" class="oe_inline" attrs="{'invisible':[('name','=','/')]}"/></h1>
<label for="name" class="oe_edit_only"/>
<h1><field name="name" class="oe_inline"/></h1>
<group>
<group>
<field name="journal_id" on_change="onchange_journal_id(journal_id)" widget="selection" domain="[('type', '=', 'cash')]" />