diff --git a/account_financial_report/report/open_items.py b/account_financial_report/report/open_items.py index 52c7d985..d19ac529 100644 --- a/account_financial_report/report/open_items.py +++ b/account_financial_report/report/open_items.py @@ -151,6 +151,7 @@ class OpenItemsReport(models.AbstractModel): "ref_label": ref_label, "journal_id": move_line["journal_id"][0], "move_name": move_line["move_id"][1], + "entry_id": move_line["move_id"][0], "currency_id": move_line["currency_id"][0] if move_line["currency_id"] else False, diff --git a/account_financial_report/report/templates/open_items.xml b/account_financial_report/report/templates/open_items.xml index 7bb652fd..f0270733 100644 --- a/account_financial_report/report/templates/open_items.xml +++ b/account_financial_report/report/templates/open_items.xml @@ -177,7 +177,7 @@