Browse Source

[FIX] Esconder botón cerrar caja de odoo

adrielso 6 years ago
parent
commit
3d42c5121b
1 changed files with 3 additions and 1 deletions
  1. 3 1
      views/eiru_statement_utility.xml

+ 3 - 1
views/eiru_statement_utility.xml

@@ -15,8 +15,10 @@
 				<xpath expr="//button[@name='button_open']" position="replace">
 					<div class="eiru-statement-utility-open" states="draft"> </div>
 				</xpath>
+
 				<!-- confirm -->
-				<!-- <xpath expr="//button[@name='button_confirm_cash']" position="replace"></xpath> -->
+				<xpath expr="//button[@name='button_confirm_cash']" position="replace"></xpath>
+
 				<!-- print -->
 				<field name='state' position="before">
 					<div class="eiru-statement-print" attrs="{'invisible': [('state','!=','confirm')]}"></div>