Skip to content

Commit f4f3c9a

Browse files
Merge pull request #610 from ForgeFlow/17.0-fp-597
[17.0][IMP] rma: hide buttons when count is 0
2 parents ed90a7e + e189cee commit f4f3c9a

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)