Skip to content

Commit

Permalink
[FIX] stock_barcodes: Confirm button not displayed with is_manual_qty…
Browse files Browse the repository at this point in the history
… check

TT52251
  • Loading branch information
carlosdauden committed Dec 17, 2024
1 parent 57e1685 commit 1d04efd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stock_barcodes/wizard/stock_barcodes_read_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@
name="action_confirm"
type="object"
class="btn-success ml-auto oe_kanban_action_button btn-sm pl-3 pr-3"
attrs="{'invisible': ['|', '|','&', ('is_manual_confirm', '=', False), ('manual_entry', '=', False), ('display_menu', '=', True), ('visible_force_done', '=', True)]}"
attrs="{'invisible': ['|', '|','&', '&', ('is_manual_confirm', '=', False), ('manual_entry', '=', False), ('is_manual_qty', '=', False), ('display_menu', '=', True), ('visible_force_done', '=', True)]}"
data-hotkey="8"
>
<i class="fa fa-check" title="Confirm" />
Expand Down

0 comments on commit 1d04efd

Please sign in to comment.