Skip to content

Commit

Permalink
[IMP] Removed domain
Browse files Browse the repository at this point in the history
  • Loading branch information
nikul-serpentcs committed Sep 19, 2017
1 parent f583b96 commit 90b2eb7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions account_invoice_kanban/models/account_invoice.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 90b2eb7

Please sign in to comment.