From 90b2eb7220ef5344f669c6a3f03bcee9b133b9ef Mon Sep 17 00:00:00 2001 From: Nikul Chaudhary Date: Tue, 19 Sep 2017 09:50:09 +0530 Subject: [PATCH] [IMP] Removed domain --- account_invoice_kanban/models/account_invoice.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/account_invoice_kanban/models/account_invoice.py b/account_invoice_kanban/models/account_invoice.py index f78ad354c0a0..71d1c64d7334 100644 --- a/account_invoice_kanban/models/account_invoice.py +++ b/account_invoice_kanban/models/account_invoice.py @@ -10,12 +10,6 @@ class AccountInvoice(models.Model): _inherit = ['account.invoice', 'base.kanban.abstract'] _order = 'date_due asc' - @api.multi - def _read_group_stage_ids(self, stages, domain, order): - domain = [] - return super(AccountInvoice, self).\ - _read_group_stage_ids(stages=stages, domain=domain, order=order) - @api.multi def copy(self, default=None): self.ensure_one()