diff --git a/base_accounting_kit/__manifest__.py b/base_accounting_kit/__manifest__.py
index daa361d09..3a61a451b 100644
--- a/base_accounting_kit/__manifest__.py
+++ b/base_accounting_kit/__manifest__.py
@@ -22,7 +22,7 @@
{
'name': 'Odoo 13 Full Accounting Kit',
- 'version': '13.0.4.6.7',
+ 'version': '13.0.4.7.8',
'category': 'Accounting',
'live_test_url': 'https://www.youtube.com/watch?v=peAp2Tx_XIs',
'summary': """ Asset and Budget Management,
diff --git a/base_accounting_kit/data/account_financial_report_data.xml b/base_accounting_kit/data/account_financial_report_data.xml
index 0b5a3c143..c1f9bcb14 100644
--- a/base_accounting_kit/data/account_financial_report_data.xml
+++ b/base_accounting_kit/data/account_financial_report_data.xml
@@ -5,14 +5,14 @@
Profit and Loss
-
+
sum
Income
-
+
detail_with_hierarchy
@@ -24,7 +24,7 @@
Expense
-
+
1
diff --git a/base_accounting_kit/doc/changelog.md b/base_accounting_kit/doc/changelog.md
index 2f8c5ee33..6999ad746 100644
--- a/base_accounting_kit/doc/changelog.md
+++ b/base_accounting_kit/doc/changelog.md
@@ -69,3 +69,8 @@
#### Version 13.0.4.6.7
#### IMP
- Multi Company issue updated.
+
+#### 29.04.2020
+#### Version 13.0.4.7.8
+#### UPDT
+- Report updated.
diff --git a/base_accounting_kit/report/report_financial.py b/base_accounting_kit/report/report_financial.py
index 0a4068252..bdf58017b 100644
--- a/base_accounting_kit/report/report_financial.py
+++ b/base_accounting_kit/report/report_financial.py
@@ -84,7 +84,7 @@ class AccountFinancialReport(models.Model):
'report_id', 'account_type_id',
'Account Types')
sign = fields.Selection(
- [("1", 'Reverse balance sign'), ("-1", 'Preserve balance sign')],
+ [("-1", 'Reverse balance sign'), ("1", 'Preserve balance sign')],
'Sign on Reports', required=True, default="1",
help='For accounts that are typically more'
' debited than credited and that you'