From eadf4be7700cf818cbca954060526cca280f48ac Mon Sep 17 00:00:00 2001 From: Leonardo Pistone Date: Mon, 6 Jun 2016 14:41:25 +0200 Subject: [PATCH] remove unused join on partner --- account_financial_report_qweb/wizard/ledger.sql | 1 - 1 file changed, 1 deletion(-) diff --git a/account_financial_report_qweb/wizard/ledger.sql b/account_financial_report_qweb/wizard/ledger.sql index a3b937be..cf0ad311 100644 --- a/account_financial_report_qweb/wizard/ledger.sql +++ b/account_financial_report_qweb/wizard/ledger.sql @@ -15,7 +15,6 @@ WITH view_q as ( FROM account_account AS acc LEFT JOIN account_move_line AS ml ON (ml.account_id = acc.id) - --INNER JOIN res_partner AS part ON (ml.partner_id = part.id) INNER JOIN account_move AS m ON (ml.move_id = m.id) WINDOW w_account AS ( PARTITION BY acc.code