Skip to content

Commit e189cee

Browse files
[14.0][IMP] rma: hide buttons when count is 0
1 parent 05a81ff commit e189cee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rma/views/rma_order_view.xml

+1
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@
121121
class="oe_stat_button"
122122
icon="fa-list"
123123
groups="rma.group_rma_customer_user"
124+
invisible="line_count == 0"
124125
>
125126
<field name="line_count" widget="statinfo" string="RMA Lines" />
126127
</button>

0 commit comments

Comments
 (0)