<?xml version="1.0" encoding="utf-8"?><openerp><data><!-- Avoid creation of bank accounts linked to contacts.Note that, when you use the res.partner.bank menu entry,there is a domain on the 'partner_id' field of res.partner.bank (base module)which prevents the selection of a contact --><recordid="partner_view_buttons"model="ir.ui.view"><fieldname="name">account_payment_mode.res_partner_form</field><fieldname="model">res.partner</field><fieldname="inherit_id"ref="account.partner_view_buttons"/><fieldname="arch"type="xml"><groupname="banks"position="attributes"><attributename="attrs">{'invisible': [('parent_id', '!=', False)]}</attribute></group></field></record></data></openerp>