mirror of
https://github.com/OCA/bank-statement-import.git
synced 2025-01-20 12:37:43 +02:00
[FIX] pass parameters we got to super
This commit is contained in:
@@ -62,8 +62,8 @@ class ResPartnerBank(models.Model):
|
|||||||
args[pos] = ('sanitized_acc_number', op, value)
|
args[pos] = ('sanitized_acc_number', op, value)
|
||||||
pos += 1
|
pos += 1
|
||||||
return super(ResPartnerBank, self).search(
|
return super(ResPartnerBank, self).search(
|
||||||
cr, user, args, offset=0, limit=None, order=None, context=None,
|
cr, user, args, offset=offset, limit=limit, order=order,
|
||||||
count=False)
|
context=context, count=count)
|
||||||
|
|
||||||
_sql_constraints = [
|
_sql_constraints = [
|
||||||
('unique_number', 'unique(sanitized_acc_number)',
|
('unique_number', 'unique(sanitized_acc_number)',
|
||||||
|
|||||||
Reference in New Issue
Block a user