Browse Source
fixup! [MIG] Migrate account_bank_statement_import_auto_reconcile
pull/201/head
George Daramouskas
6 years ago
No known key found for this signature in database
GPG Key ID: 5B4EF742F8CD859C
1 changed files with
0 additions and
3 deletions
-
account_bank_statement_import_auto_reconcile/models/account_bank_statement_import_auto_reconcile.py
|
@ -62,9 +62,6 @@ class AccountBankStatementImportAutoReconcile(models.AbstractModel): |
|
|
) |
|
|
) |
|
|
move_line = acc_move_line.with_context( |
|
|
move_line = acc_move_line.with_context( |
|
|
check_move_validity=False).create(move_line_dict) |
|
|
check_move_validity=False).create(move_line_dict) |
|
|
move_line_dict.update({'move_line': move_line}) |
|
|
|
|
|
statement_line.process_reconciliation( |
|
|
|
|
|
counterpart_aml_dicts=[move_line_dict]) |
|
|
|
|
|
|
|
|
|
|
|
@api.multi |
|
|
@api.multi |
|
|
def reconcile(self, statement_line): |
|
|
def reconcile(self, statement_line): |
|
|