[IMP]: Cost structure report with internal header.
[odoo/odoo.git] / addons / mrp / report / custom_rml.xsl
index 96d4f00..e76ec2e 100644 (file)
@@ -4,7 +4,7 @@
 
        <xsl:template name="first_page_graphics_report"/>
        <xsl:template name="other_pages_graphics_report"/>
-       
+
        <xsl:template name="rml">
                <document>
                        <template author="Generated by Open ERP, Fabien Pinckaers">
                                <xsl:attribute name="rightMargin">
                                        <xsl:value-of select="$rightMargin"/>
                                </xsl:attribute>
-                               
+
                                <xsl:attribute name="topMargin">
                                        <xsl:value-of select="$topMargin"/>
                                </xsl:attribute>
-                               
+
                                <xsl:attribute name="bottomMargin">
                                        <xsl:value-of select="$bottomMargin"/>
                                </xsl:attribute>
                                <xsl:attribute name="title">
                                        <xsl:value-of select="$title"/>
                                </xsl:attribute>
-                               
+
                                <pageTemplate id="first_page">
                                        <pageGraphics>
+                                               <xsl:call-template name="first_page_graphics_corporation"/>
                                                <xsl:call-template name="first_page_graphics_report"/>
                                        </pageGraphics>
 
 
                                <pageTemplate id="other_pages">
                                        <pageGraphics>
+                                               <xsl:call-template name="other_pages_graphics_corporation"/>
                                                <xsl:call-template name="other_pages_graphics_report"/>
                                        </pageGraphics>
-                                       
+
                                        <xsl:call-template name="other_pages_frames"/>
                                </pageTemplate>
                        </template>