|
@@ -11,6 +11,21 @@
|
|
|
/>
|
|
|
|
|
|
|
|
|
+ <template id="report_header_custom" inherit_id="report.external_layout_header">
|
|
|
+ <xpath expr="//div[@class='header']" position="replace">
|
|
|
+ <div class ="header">
|
|
|
+ </div>
|
|
|
+ </xpath>
|
|
|
+ </template>
|
|
|
+
|
|
|
+ <template id="external_layout_footer" inherit_id="report.external_layout_footer">
|
|
|
+ <xpath expr="//div[@class='footer']" position="replace">
|
|
|
+ <div class ="footer">
|
|
|
+ </div>
|
|
|
+ </xpath>
|
|
|
+ </template>
|
|
|
+
|
|
|
+
|
|
|
|
|
|
|
|
|
<template id="report_presupuesto_gavilan">
|