We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05a81ff commit 481a2faCopy full SHA for 481a2fa
rma_account/views/rma_order_view.xml
@@ -12,6 +12,7 @@
12
class="oe_stat_button"
13
icon="fa-pencil-square-o"
14
groups="account.group_account_invoice"
15
+ invisible="invoice_refund_count == 0"
16
>
17
<field
18
name="invoice_refund_count"
@@ -25,6 +26,7 @@
25
26
27
28
29
+ invisible="invoice_count == 0"
30
31
<field name="invoice_count" widget="statinfo" string="Origin Inv" />
32
</button>
0 commit comments