Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andhit-r committed Jul 28, 2017
1 parent 9e0f0ef commit e70c62e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"l10n_id_taxform_bukti_potong_pph_f113308",
],
"data": [
"security/ir.model.access.csv",
"data/daftar_bukti_potong_pph_type_datas.xml",
"security/ir.model.access.csv",
"views/daftar_bukti_potong_pph_d113205_views.xml",
],
}
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,3 @@ def _default_type_id(self):
],
}
)

@api.model
def search(self, args, offset=0, limit=None, order=None):
type_id = self.env.ref(
"l10n_id_taxform_daftar_bukti_potong_pph_d113205."
"daftar_bukti_potong_pph_type_d113205")
args.append(("type_id", "=", type_id.id))
return super(DaftarBuktiPotongPPhD113205, self).\
search(args, offset, limit, order)

0 comments on commit e70c62e

Please sign in to comment.