From 3dbefbb3adadf3b402f6814738c81ae1bea20465 Mon Sep 17 00:00:00 2001 From: Alex Comba Date: Tue, 30 Jun 2015 09:08:54 +0200 Subject: [PATCH] Rename module to 'Report qweb auto generation' --- base_report_auto_create_qweb/README.rst | 4 ++-- base_report_auto_create_qweb/__openerp__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/base_report_auto_create_qweb/README.rst b/base_report_auto_create_qweb/README.rst index 3d835ed79..a8864216e 100644 --- a/base_report_auto_create_qweb/README.rst +++ b/base_report_auto_create_qweb/README.rst @@ -1,8 +1,8 @@ .. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg :alt: License: AGPL-3 -Report Management -================= +Report qweb auto generation +=========================== When creating a report in Settings > Technical > Actions > Reports or Settings > Technical > Reports > Reports it will create an empty Qweb template diff --git a/base_report_auto_create_qweb/__openerp__.py b/base_report_auto_create_qweb/__openerp__.py index d6867fb68..92f73e2ae 100644 --- a/base_report_auto_create_qweb/__openerp__.py +++ b/base_report_auto_create_qweb/__openerp__.py @@ -17,7 +17,7 @@ ############################################################################## { - "name": "Report Management", + "name": "Report qweb auto generation", "version": "1.0", "depends": [ "report",