mirror of
https://github.com/OCA/account-reconcile.git
synced 2025-01-20 12:27:39 +02:00
[FIX] API Improvement
This commit is contained in:
@@ -38,10 +38,6 @@ class AccountStatementCompletionRule(Model):
|
||||
'From bank account number (Normal or IBAN)'))
|
||||
return res
|
||||
|
||||
_columns = {
|
||||
'function_to_call': fields.selection(_get_functions, 'Method'),
|
||||
}
|
||||
|
||||
def get_from_bank_account(self, cr, uid, st_line, context=None):
|
||||
"""
|
||||
Match the partner based on the partner account number field
|
||||
|
||||
Reference in New Issue
Block a user