I tried to edit "res_partner_data.xml" file and I made the following
<!-- Default bank account description -->
<record id="bank_normal" model="res.partner.bank.type">
<field name="name">Normal Bank Account</field>
<field name="name">Savings Account</field>
<field name="name">Current Account</field>
<field name="code">bank</field>
</record>
and
<data noupdate="false">
but nothing happen, any one can help plz