Ver Fonte

[FIX] ajuste en el xml

Rodney Elpidio Enciso Arias há 6 anos atrás
pai
commit
c274061f88

+ 1 - 7
static/src/xml/eiru_reporting.xml

@@ -1,11 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
 <template xml:space="preserve">
-    <t t-name="EiruReport">
-        <t t-call="EiruReportingBase">
-            <div class="oe_form_sheetbg">
-                
-            </div>
-        </t>
-    </t>
+    
 </template>

+ 1 - 9
static/src/xml/eiru_reporting_base.xml

@@ -1,13 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
 <template xml:space="preserve">
-    <t t-name="EiruReportingBase">
-        <div class="oe_form_container">
-            <div class="oe_form">
-                <div class="">
-                    <t t-raw="0" />
-                </div>
-            </div>
-        </div>
-    </t>
+    
 </template>