diff --git a/account_financial_report/__manifest__.py b/account_financial_report/__manifest__.py index 59bc2c64..01937685 100644 --- a/account_financial_report/__manifest__.py +++ b/account_financial_report/__manifest__.py @@ -15,6 +15,7 @@ "website": "https://odoo-community.org/", 'depends': [ 'account', + 'account_invoicing', 'date_range', 'report_xlsx', ], diff --git a/account_financial_report/report/templates/aged_partner_balance.xml b/account_financial_report/report/templates/aged_partner_balance.xml index b5569f87..1a875ac4 100644 --- a/account_financial_report/report/templates/aged_partner_balance.xml +++ b/account_financial_report/report/templates/aged_partner_balance.xml @@ -27,7 +27,8 @@
-