From 6d731e4c80b51946e0efe009b5dab9c3448ac595 Mon Sep 17 00:00:00 2001 From: Travis Waelbroeck Date: Thu, 16 Apr 2020 11:09:41 -0500 Subject: [PATCH] [FIX] account_financial_report: open_items * Missing import causes failure when running Open Items with Date At in the past --- account_financial_report/report/open_items.py | 1 + 1 file changed, 1 insertion(+) diff --git a/account_financial_report/report/open_items.py b/account_financial_report/report/open_items.py index f9f5143f..be0c21f9 100644 --- a/account_financial_report/report/open_items.py +++ b/account_financial_report/report/open_items.py @@ -2,6 +2,7 @@ # Copyright 2020 ForgeFlow S.L. (https://www.forgeflow.com) # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). +import operator from datetime import date, datetime from odoo import api, models