From c7ff1bf38b7347b12a8b78591746f55c7a433fb3 Mon Sep 17 00:00:00 2001 From: Jairo Llopis Date: Fri, 12 Jun 2015 11:09:09 +0200 Subject: [PATCH] Add template utf8_header. Almost any XML must start with this. Let's make it easier. --- report_xml/__openerp__.py | 3 +++ report_xml/views/report_xml_templates.xml | 13 +++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 report_xml/views/report_xml_templates.xml diff --git a/report_xml/__openerp__.py b/report_xml/__openerp__.py index ed9a6eeb..e2f73bee 100644 --- a/report_xml/__openerp__.py +++ b/report_xml/__openerp__.py @@ -29,4 +29,7 @@ "depends": [ "report", ], + "data": [ + "views/report_xml_templates.xml", + ] } diff --git a/report_xml/views/report_xml_templates.xml b/report_xml/views/report_xml_templates.xml new file mode 100644 index 00000000..8a7c88ab --- /dev/null +++ b/report_xml/views/report_xml_templates.xml @@ -0,0 +1,13 @@ + + + + + + + +