Skip to content

Commit

Permalink
Merge PR #663 into 16.0
Browse files Browse the repository at this point in the history
Signed-off-by pedrobaeza
  • Loading branch information
OCA-git-bot committed Dec 11, 2024
2 parents 1b010b5 + 6ba8d67 commit 27f9c09
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 27f9c09

Please sign in to comment.