Skip to content

Commit

Permalink
[IMP] product_attribute_value_menu: Add title to button to avoid warning
Browse files Browse the repository at this point in the history
A button with icon attribute (fa-wrench) must have title in its tag, parents, descendants or have text
  • Loading branch information
victoralmau committed Jun 6, 2024
1 parent 9ae63b2 commit 17cb4d1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
<button
type="object"
name="action_view_product"
title="Products"
class="btn btn-link text-left"
icon="fa-wrench"
attrs="{'invisible': [('product_count', '=', 0)]}"
Expand Down

0 comments on commit 17cb4d1

Please sign in to comment.