From c45a174ebc040c503b07b909e245579b7636deb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bidoul=20=28ACSONE=29?= Date: Wed, 27 Apr 2016 12:07:00 +0200 Subject: [PATCH] mis_builder: add changelog (#174) --- mis_builder/CHANGES.rst | 36 +++++++++++++++++++++++++++++++++ mis_builder/__openerp__.py | 2 +- mis_builder_demo/__openerp__.py | 2 +- 3 files changed, 38 insertions(+), 2 deletions(-) create mode 100644 mis_builder/CHANGES.rst diff --git a/mis_builder/CHANGES.rst b/mis_builder/CHANGES.rst new file mode 100644 index 00000000..0e31f841 --- /dev/null +++ b/mis_builder/CHANGES.rst @@ -0,0 +1,36 @@ +Changelog +--------- + +.. Future (?) +.. ~~~~~~~~~~ +.. +.. * + +8.0.1.0.0 (2016-04-27) +~~~~~~~~~~~~~~~~~~~~~~ + +* The copy of a MIS Report Instance now copies period. + https://github.com/OCA/account-financial-reporting/pull/181 +* The copy of a MIS Report Template now copies KPIs and queries. + https://github.com/OCA/account-financial-reporting/pull/177 +* Usability: the default view for MIS Report instances is now the rendered preview, + and the settings are accessible through a gear icon in the list view and + a button in the preview. + https://github.com/OCA/account-financial-reporting/pull/170 +* Display blank cells instead of 0.0 when there is no data. + https://github.com/OCA/account-financial-reporting/pull/169 +* Usability: better layout of the MIS Report periods settings on small screens. + https://github.com/OCA/account-financial-reporting/pull/167 +* Include the download buttons inside the MIS Builder widget, and refactor + the widget to open the door to analytic filtering in the previews. + https://github.com/OCA/account-financial-reporting/pull/151 +* Add KPI rendering prefixes (so you can print $ in front of the value). + https://github.com/OCA/account-financial-reporting/pull/158 +* Add hooks for analytic filtering. + https://github.com/OCA/account-financial-reporting/pull/128 + https://github.com/OCA/account-financial-reporting/pull/131 + +8.0.0.2.0 +~~~~~~~~~ + +Pre-history. Or rather, you need to look at the git log. diff --git a/mis_builder/__openerp__.py b/mis_builder/__openerp__.py index 1e78005b..ba8000e1 100644 --- a/mis_builder/__openerp__.py +++ b/mis_builder/__openerp__.py @@ -4,7 +4,7 @@ { 'name': 'MIS Builder', - 'version': '8.0.0.2.0', + 'version': '8.0.1.0.0', 'category': 'Reporting', 'summary': """ Build 'Management Information System' Reports and Dashboards diff --git a/mis_builder_demo/__openerp__.py b/mis_builder_demo/__openerp__.py index 7618eb9a..d1be5d53 100644 --- a/mis_builder_demo/__openerp__.py +++ b/mis_builder_demo/__openerp__.py @@ -24,7 +24,7 @@ { 'name': 'MIS Builder demo data', - 'version': '8.0.0.1.0', + 'version': '8.0.1.0.0', 'category': 'Reporting', 'summary': """ Demo data for the mis_builder module