mirror of
https://github.com/OCA/account-reconcile.git
synced 2025-01-20 12:27:39 +02:00
[FIX] Call to the completion button
(lp:c2c-financial-addons/6.1 rev 24.1.37)
This commit is contained in:
@@ -200,7 +200,7 @@ class AccountStatementProfil(Model):
|
|||||||
)
|
)
|
||||||
# If user ask to launch completion at end of import, do it !
|
# If user ask to launch completion at end of import, do it !
|
||||||
if prof.launch_import_completion:
|
if prof.launch_import_completion:
|
||||||
statement_obj.button_auto_completion(cursor, uid, statement_id, context)
|
statement_obj.button_auto_completion(cursor, uid, [statement_id], context)
|
||||||
|
|
||||||
# Write the needed log infos on profile
|
# Write the needed log infos on profile
|
||||||
self.write_logs_after_import(cursor, uid, prof.id, statement_id,
|
self.write_logs_after_import(cursor, uid, prof.id, statement_id,
|
||||||
|
|||||||
Reference in New Issue
Block a user