From 3eb486b62a2b5531bf0139ae01f14a5263d8bad1 Mon Sep 17 00:00:00 2001 From: Mustufa Rangwala Date: Fri, 13 Aug 2010 17:36:07 +0530 Subject: [PATCH] [IMP] Account: invoice analysis=> remove reconciled field bzr revid: mra@mra-laptop-20100813120607-6xdp3ay212y3kcdq --- addons/account/report/account_invoice_report.py | 3 --- addons/account/report/account_invoice_report_view.xml | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/addons/account/report/account_invoice_report.py b/addons/account/report/account_invoice_report.py index 825fdeaa44f..8c590a58ad6 100644 --- a/addons/account/report/account_invoice_report.py +++ b/addons/account/report/account_invoice_report.py @@ -49,7 +49,6 @@ class account_invoice_report(osv.osv): 'price_total':fields.float('Total Price', readonly=True), 'price_average':fields.float('Average Price', readonly=True), 'nbr':fields.integer('# of Lines', readonly=True), - 'reconciled':fields.integer('# reconciled lines', readonly=True), 'type': fields.selection([ ('out_invoice','Customer Invoice'), ('in_invoice','Supplier Invoice'), @@ -84,7 +83,6 @@ class account_invoice_report(osv.osv): to_char(ai.date_invoice, 'YYYY-MM-DD') as day, ail.product_id, ai.partner_id as partner_id, - ai.reconciled::integer, ai.payment_term as payment_term, ai.period_id as period_id, u.name as uom_name, @@ -136,7 +134,6 @@ class account_invoice_report(osv.osv): to_char(ai.date_invoice, 'MM'), to_char(ai.date_invoice, 'YYYY-MM-DD'), ai.partner_id, - ai.reconciled, ai.payment_term, ai.period_id, u.name, diff --git a/addons/account/report/account_invoice_report_view.xml b/addons/account/report/account_invoice_report_view.xml index 12b629f54b0..0891577ce98 100644 --- a/addons/account/report/account_invoice_report_view.xml +++ b/addons/account/report/account_invoice_report_view.xml @@ -28,7 +28,7 @@ - +