Browse Source
Merge pull request #552 from igallart/add_dependence_tags
[IMP] account_financial_report: Changed readme
pull/568/head
Pedro M. Baeza
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with
5 additions and
1 deletions
-
account_financial_report/__manifest__.py
-
account_financial_report/readme/CONTRIBUTORS.rst
-
account_financial_report/readme/DESCRIPTION.rst
|
@ -4,7 +4,7 @@ |
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). |
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). |
|
|
{ |
|
|
{ |
|
|
'name': 'Account Financial Reports', |
|
|
'name': 'Account Financial Reports', |
|
|
'version': '11.0.2.5.0', |
|
|
|
|
|
|
|
|
'version': '11.0.2.5.1', |
|
|
'category': 'Reporting', |
|
|
'category': 'Reporting', |
|
|
'summary': 'OCA Financial Reports', |
|
|
'summary': 'OCA Financial Reports', |
|
|
'author': 'Camptocamp SA,' |
|
|
'author': 'Camptocamp SA,' |
|
|
|
@ -15,6 +15,7 @@ |
|
|
* Alexis de Lattre <alexis@via.ecp.fr> |
|
|
* Alexis de Lattre <alexis@via.ecp.fr> |
|
|
* Mihai Fekete <feketemihai@gmail.com> |
|
|
* Mihai Fekete <feketemihai@gmail.com> |
|
|
* Miquel Raïch <miquel.raich@eficent.com> |
|
|
* Miquel Raïch <miquel.raich@eficent.com> |
|
|
|
|
|
* Isaac Gallart <igallart@puntsistemes.com> |
|
|
|
|
|
|
|
|
Much of the work in this module was done at a sprint in Sorrento, Italy in |
|
|
Much of the work in this module was done at a sprint in Sorrento, Italy in |
|
|
April 2016. |
|
|
April 2016. |
|
@ -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 |
|
|
In case that in an account has not been configured a second currency foreign |
|
|
currency balances are not available. |
|
|
currency balances are not available. |
|
|
|
|
|
|
|
|
|
|
|
To add several accounts by selecting all of them, install the module |
|
|
|
|
|
web_widget_many2many_tags_multi_selection. |