[imp] removed steps status bar
[odoo/odoo.git] / addons / point_of_sale / static / src / xml / pos.xml
index 9e975ed..8e065fe 100644 (file)
@@ -8,16 +8,6 @@
             <div id="branding">
                 <img src="/point_of_sale/static/src/img/logo.png" />
             </div>
-            <div id="steps">
-                <input type="radio" id="products-step-button" class="step-button" data-step='products' name="radio" checked="checked" />
-                <label for="products-step-button">Products</label>
-                <img src="/point_of_sale/static/src/img/steps-arrow.png" />
-                <input type="radio" id="payment-step-button" class="step-button" data-step='payment' name="radio" />
-                <label for="payment-step-button">Payment</label>
-                <img src="/point_of_sale/static/src/img/steps-arrow.png" />
-                <input type="radio" id="receipt-step-button" class="step-button" data-step='receipt' name="radio" />
-                <label for="receipt-step-button">Receipt</label>
-            </div>
             <div id="loggedas">
                 <span class="oe_pos_synch-notification"></span>
                 <button>Close</button>