[MERGE] base: raise an exception if the format of the bank account is wrong
[odoo/odoo.git] / openerp / addons / base / report / custom_rml_printscreen.xsl
1 <?xml version = '1.0' encoding="utf-8"?>
2
3 <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:fo="http://www.w3.org/1999/XSL/Format">
4
5         <xsl:template name="first_page_graphics_report"/>
6
7         <xsl:template name="rml">
8                 <document filename="example.pdf">
9                         <template pageSize="29.7cm,21cm" leftMargin="2.0cm" rightMargin="2.0cm" topMargin="2.0cm" bottomMargin="2.0cm" title="Report" author="Generated by Open ERP, Fabien Pinckaers" allowSplitting="20">
10                                 <pageTemplate id="first_page">
11                                         <pageGraphics>
12                                                 <xsl:call-template name="first_page_graphics_corporation"/>
13                                         </pageGraphics>
14
15                                         <xsl:call-template name="first_page_frames"/>
16                                 </pageTemplate>
17                         </template>
18
19                         <stylesheet>
20                             <xsl:call-template name="stylesheet"/>
21                     </stylesheet>
22
23                         <story>
24                                 <xsl:call-template name="story"/>
25                         </story>
26
27                 </document>
28     </xsl:template>
29 </xsl:stylesheet>