diff --git a/account_financial_report/__manifest__.py b/account_financial_report/__manifest__.py index 59d023e7..759080f2 100644 --- a/account_financial_report/__manifest__.py +++ b/account_financial_report/__manifest__.py @@ -4,7 +4,7 @@ # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). { 'name': 'Account Financial Reports', - 'version': '11.0.2.5.0', + 'version': '11.0.2.5.1', 'category': 'Reporting', 'summary': 'OCA Financial Reports', 'author': 'Camptocamp SA,' diff --git a/account_financial_report/readme/CONTRIBUTORS.rst b/account_financial_report/readme/CONTRIBUTORS.rst index 10431f9e..7ea48d64 100644 --- a/account_financial_report/readme/CONTRIBUTORS.rst +++ b/account_financial_report/readme/CONTRIBUTORS.rst @@ -15,6 +15,7 @@ * Alexis de Lattre * Mihai Fekete * Miquel Raïch +* Isaac Gallart Much of the work in this module was done at a sprint in Sorrento, Italy in April 2016. diff --git a/account_financial_report/readme/DESCRIPTION.rst b/account_financial_report/readme/DESCRIPTION.rst index 6dab949f..e61652da 100644 --- a/account_financial_report/readme/DESCRIPTION.rst +++ b/account_financial_report/readme/DESCRIPTION.rst @@ -14,3 +14,6 @@ currency used in account move lines is properly shown. In case that in an account has not been configured a second currency foreign currency balances are not available. + +To add several accounts by selecting all of them, install the module +web_widget_many2many_tags_multi_selection. \ No newline at end of file