[IMP] account_financial_report: Hide values that have the same currency as the company currency

An amount_different_company_currency cell type is added to apply the following logic:
- If the currency is the same as the company's currency, we will leave the value empty.
- If the currency is different from the company's currency, we will show the value.

TT38722
This commit is contained in:
Víctor Martínez
2022-09-08 12:37:22 +02:00
committed by chaule97
parent 2e678ee7b9
commit 50775bc204
24 changed files with 446 additions and 1243 deletions

View File

@@ -6,7 +6,7 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
"name": "Account Financial Reports",
"version": "15.0.1.1.0",
"version": "15.0.1.2.0",
"category": "Reporting",
"summary": "OCA Financial Reports",
"author": "Camptocamp SA,"