Skip to content

Commit

Permalink
[IMP] stock_barcodes: use trash icons instead of recycle icons in inv…
Browse files Browse the repository at this point in the history
…entory frontend
  • Loading branch information
alexis-via committed Dec 9, 2024
1 parent 1b010b5 commit 6ba8d67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stock_barcodes/wizard/stock_barcodes_read_inventory_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
name="action_barcode_inventory_quant_unlink"
type="object"
class="btn"
icon="fa-recycle"
icon="fa-trash"
title="Remove quant"
context="{'wiz_barcode_id': parent.id}"
/>
Expand Down Expand Up @@ -127,7 +127,7 @@
<button
name="action_barcode_inventory_quant_unlink"
type="object"
icon="fa-recycle"
icon="fa-trash"
title="Reset inventory quantity"
class="btn mt0"
context="{'wiz_barcode_id': parent.id}"
Expand Down

0 comments on commit 6ba8d67

Please sign in to comment.