I have two modules, both work with res_partner and both add an additional button on how to add these buttons correctly so that they are displayed in one line:
https://ibb.co/9Hyx3wC
i add them in the same way
<xpath expr="/form/*" position="before">
<header>
<button string="Fill Partner's Card" class="oe_highlight oe_read_only" type="object" name="fill_button_card"/>
</header>
</xpath>