Skip to content

Commit

Permalink
[FIX] point_of_sale: missing classes on save button
Browse files Browse the repository at this point in the history
During the bootstrap refactoring we forgot to add some classes to the
save button of the POS (`btn btn-light rounded-0 fw-bolder`) which are
used on the other buttons of the POS.

They are now added to the save button.

closes odoo#130718

Signed-off-by: Joseph Caburnay (jcb) <jcb@odoo.com>
  • Loading branch information
davidmonnom committed Aug 7, 2023
1 parent 5318e94 commit 444d20b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<templates id="template" xml:space="preserve">

<t t-name="point_of_sale.SaveButton" owl="1">
<div class="control-button" t-on-click="onClick">
<div class="control-button btn btn-light rounded-0 fw-bolder" t-on-click="onClick">
<i class="fa fa-upload" role="img" aria-label="Save" title="Save" />
Save
</div>
Expand Down

0 comments on commit 444d20b

Please sign in to comment.