Skip to content
Snippets Groups Projects
Commit eba2d26e authored by Pierre Masereel's avatar Pierre Masereel
Browse files

[FIX] point_of_sale: set back orders stat button

The stat button on the pos session that shows the different POS orders
linked to the session has been deleted by mistake in rev: 91532b7b

So we've set it back.
parent ccce0768
Branches
Tags
No related merge requests found
......@@ -27,6 +27,12 @@
<sheet>
<field name="cash_register_id" invisible="1"/>
<div class="oe_button_box" name="button_box">
<button name="action_view_order"
class="oe_stat_button"
icon="fa-shopping-basket"
type="object">
<field name="order_count" widget="statinfo" string="Orders"/>
</button>
<button class="oe_stat_button" name="action_stock_picking" type="object" icon="fa-arrows-v" attrs="{'invisible':[('picking_count', '=', 0)]}">
<field name="picking_count" widget="statinfo" string="Picking Errors"/>
</button>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment