-
-
Notifications
You must be signed in to change notification settings - Fork 332
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[16.0][MIG] stock_barcodes_picking_batch_revision: Migration to version 16.0 #632
base: 16.0
Are you sure you want to change the base?
[16.0][MIG] stock_barcodes_picking_batch_revision: Migration to version 16.0 #632
Conversation
053d687
to
7a64163
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<field | ||
name="barcodes_requested_review" | ||
widget="boolean_toggle_big" | ||
/> | ||
<label for="barcodes_requested_review"> | ||
Review | ||
</label> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<field | |
name="barcodes_requested_review" | |
widget="boolean_toggle_big" | |
/> | |
<label for="barcodes_requested_review"> | |
Review | |
</label> | |
<label for="barcodes_requested_review" class="me-2"> | |
Review | |
</label> | |
<field | |
name="barcodes_requested_review" | |
widget="boolean_toggle_big" | |
/> |
.o_boolean_toggle_big input.form-check-input{ | ||
width: 4em; | ||
height: 2em; | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
} | |
} | |
.text-white { | |
.o_boolean_toggle_big input.form-check-input { | |
border-color: white; | |
} | |
} |
7a64163
to
69c9052
Compare
Changes Done! |
/ocabot migration stock_barcodes_picking_batch_revision |
cc @Tecnativa TT47634
ping @carlosdauden @CarlosRoca13
depends on: