how can xpath for button type= action
<button name="%(action_view_account_move_reversal)d" position="replace" states="posted" string="Reverse Entry" type="action" groups="account.group_account_invoice"/>
I write like this :
<xpath expr="//button[@name='action_view_account_move_reversal']" position="replace">
but not work