Skip to content

Commit

Permalink
boolean toggle causes issues here
Browse files Browse the repository at this point in the history
  • Loading branch information
jigypeper committed Nov 8, 2024
1 parent eb33afd commit 14d5061
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stock_pre_reserve/wizards/stock_move_reserve.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<page string="Candidates to reserve against">
<field name="candidate_move_ids">
<tree editable="top" create="false" edit="true">
<field name="selected" widget="boolean_toggle"/>
<field name="selected" />
<field name="src_move_id" readonly="1" force_save="1"/>
<field name="max_qty" readonly="1" force_save="1"/>
<field name="src_move_uom" readonly="1"/>
Expand Down

0 comments on commit 14d5061

Please sign in to comment.