From 8f6955aa46beea249489890ae79ccda2302fb883 Mon Sep 17 00:00:00 2001 From: benjamin <benjamin@le-filament.com> Date: Tue, 13 Sep 2022 13:23:55 +0200 Subject: [PATCH] [update] show action_reverse button on contribution invoice --- views/account_move.xml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/views/account_move.xml b/views/account_move.xml index 14cc305..a747249 100644 --- a/views/account_move.xml +++ b/views/account_move.xml @@ -27,12 +27,6 @@ > <attribute name="invisible">True</attribute> </xpath> - <xpath - expr="//header/button[@name='action_reverse']" - position="attributes" - > - <attribute name="invisible">True</attribute> - </xpath> <xpath expr="//header" position="inside"> <button name="reset_bordereau" -- GitLab