Merge branch 'master' of https://github.com/odoo/odoo
[odoo/odoo.git] / addons / pos_restaurant / static / src / xml / splitbill.xml
index e14f7ff..28d72de 100644 (file)
                         <span class='subtotal'><t t-esc='widget.format_currency(0.0)'/></span>
                     </div>
                     <div class='paymentmethods'>
-                        <t t-foreach="widget.pos.cashregisters" t-as="cashregister">
-                            <div class='button paymentmethod' t-att-data-id="cashregister.id">
-                                <t t-esc='cashregister.journal.name' />
-                            </div>
-                        </t>
+                        <div class='button payment'>
+                            <i class='fa fa-chevron-right' /> Payment
+                        </div>
                     </div>
                 </div>
             </div>