From 9340a59d4b17e9a2d973be66689fb38100b83047 Mon Sep 17 00:00:00 2001 From: Damien Crier Date: Wed, 1 Jun 2016 17:17:20 +0200 Subject: [PATCH] [MIG] migration to v9 --- base_report_auto_create_qweb/__openerp__.py | 4 +- .../views/report_xml_view.xml | 41 +++++++++---------- 2 files changed, 22 insertions(+), 23 deletions(-) diff --git a/base_report_auto_create_qweb/__openerp__.py b/base_report_auto_create_qweb/__openerp__.py index feb29908b..bba794fc5 100644 --- a/base_report_auto_create_qweb/__openerp__.py +++ b/base_report_auto_create_qweb/__openerp__.py @@ -18,7 +18,7 @@ { "name": "Report qweb auto generation", - "version": "8.0.1.0.0", + "version": "9.0.1.0.0", "depends": [ "report", ], @@ -43,5 +43,5 @@ "wizard/report_duplicate_view.xml", "views/report_xml_view.xml", ], - 'installable': False, + 'installable': True, } diff --git a/base_report_auto_create_qweb/views/report_xml_view.xml b/base_report_auto_create_qweb/views/report_xml_view.xml index 70ed53585..e80f54402 100644 --- a/base_report_auto_create_qweb/views/report_xml_view.xml +++ b/base_report_auto_create_qweb/views/report_xml_view.xml @@ -1,24 +1,23 @@ - - - ir.actions.report.xml.form - ir.actions.report.xml - - - - -
-
-
- -
-
-
+ + + ir.actions.report.xml.form + ir.actions.report.xml + + + + + + + + +