Skip to content

Commit

Permalink
[IMP] code
Browse files Browse the repository at this point in the history
  • Loading branch information
nikul-serpentcs committed Sep 2, 2017
1 parent 1c58409 commit b1bd79a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions account_invoice_kanban/models/account_invoice.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ 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):
search_domain = [('res_model_id.model', '=', self._name)]
return stages.search(search_domain, order=order)
# @api.multi
# def _read_group_stage_ids(self, stages, domain, order):
# search_domain = [('res_model_id.model', '=', self._name)]
# return stages.search(search_domain, order=order)

0 comments on commit b1bd79a

Please sign in to comment.