[FIX]l10n_ch:placehoder added for acc_number

bzr revid: kbh@tinyerp.com-20120925094028-7e4f6f960cj87h6l
This commit is contained in:
Khushboo Bhatt (Open ERP) 2012-09-25 15:10:28 +05:30
parent 51b035f2a7
commit 4c1f5af881
2 changed files with 2 additions and 3 deletions

View File

@ -92,7 +92,6 @@
<field name="debit"/>
</group>
</group>
<label for="bank_ids" string="Bank Details"/>
<field name="bank_ids" context="{'default_partner_id': active_id}">
<form string="Bank account" version="7.0">
<group col="4">

View File

@ -41,7 +41,7 @@
<newline/>
<separator colspan="4" string="Account Infos"/>
<group string="Bank account info" colspan="4" attrs="{'invisible': [('state','in', ['bvpost','bvrpost'])]}" >
<field name="acc_number" string="Account/IBAN Number" attrs="{'required': [('state','not in',['bvpost','bvrpost'])]}"/>
<field name="acc_number" placeholder="Account Number" string="Account/IBAN Number" attrs="{'required': [('state','not in',['bvpost','bvrpost'])]}"/>
<field name="dta_code"/>
<newline/>
</group>
@ -72,7 +72,7 @@
<separator colspan="4" string="Account Infos"/>
<newline/>
<group string="Bank account info" colspan="4" attrs="{'invisible': [('state','in', ['bvpost','bvrpost'])]}" >
<field name="acc_number" string="Account/IBAN Number" attrs="{'required': [('state','not in',['bvpost','bvrpost'])]}"/>
<field name="acc_number" placeholder="Account Number" string="Account/IBAN Number" attrs="{'required': [('state','not in',['bvpost','bvrpost'])]}"/>
<field name="dta_code"/>
<newline/>
</group>