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",