From 2af9293e78a5351e87197a036827f7a2c9e8133b Mon Sep 17 00:00:00 2001 From: jcoux Date: Wed, 10 Aug 2016 10:35:47 +0200 Subject: [PATCH] Fix module version and delete useless section on readme --- account_financial_report_qweb/README.rst | 3 --- account_financial_report_qweb/__openerp__.py | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/account_financial_report_qweb/README.rst b/account_financial_report_qweb/README.rst index 307f02d9..443c0fc0 100644 --- a/account_financial_report_qweb/README.rst +++ b/account_financial_report_qweb/README.rst @@ -18,9 +18,6 @@ Accunting / Reporting / OCA Reports. :alt: Try me on Runbot :target: https://runbot.odoo-community.org/runbot/91/9.0 -Known issues / Roadmap -====================== - Bug Tracker =========== diff --git a/account_financial_report_qweb/__openerp__.py b/account_financial_report_qweb/__openerp__.py index 3f565cf8..975b62e9 100644 --- a/account_financial_report_qweb/__openerp__.py +++ b/account_financial_report_qweb/__openerp__.py @@ -5,7 +5,7 @@ # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). { 'name': 'QWeb Financial Reports', - 'version': '9.0.0.1.0', + 'version': '9.0.1.0.0', 'category': 'Reporting', 'summary': 'OCA Financial Reports', 'author': 'Camptocamp SA,'