Skip to content

Commit

Permalink
[FIX] pos: remove button is not used
Browse files Browse the repository at this point in the history
go to Point of sales -> choose menu a pos -> view order -> choose order
has state 'New' -> chooose '(update)' -> server error

closes odoo#167390

X-original-commit: 5250857
Signed-off-by: Vlad Stroia (vlst) <[email protected]>
  • Loading branch information
locdang8 committed Jun 10, 2024
1 parent 0684a3b commit c2e3ff3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions addons/point_of_sale/views/pos_order_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,6 @@
widget="monetary"/>
<div class="oe_subtotal_footer_separator oe_inline o_td_label">
<label for="amount_total" />
<button name="button_dummy"
invisible="state != 'draft'" string="(update)" class="oe_edit_only oe_link"/>
</div>
<field name="amount_total"
force_save="1"
Expand Down

0 comments on commit c2e3ff3

Please sign in to comment.