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 happened.