diff --git a/account_statement_base_completion/statement.py b/account_statement_base_completion/statement.py
index 231bf655..d79d8eb8 100644
--- a/account_statement_base_completion/statement.py
+++ b/account_statement_base_completion/statement.py
@@ -382,6 +382,6 @@ class AccountBankSatement(Model):
if res:
vals = res[line.id]
vals['already_completed'] = True
- stat_line_obj.write(cr, uid, line.id, vals, context=ctx)
+ stat_line_obj.write(cr, uid, [line.id], vals, context=ctx)
self.write_completion_log(cr, uid, stat.id, msg, compl_lines, context=context)
return True
diff --git a/account_statement_completion_voucher/statement_view.xml b/account_statement_completion_voucher/statement_view.xml
index 5ed68ffd..a726aafa 100644
--- a/account_statement_completion_voucher/statement_view.xml
+++ b/account_statement_completion_voucher/statement_view.xml
@@ -3,19 +3,19 @@
-
+
diff --git a/account_statement_transactionid_completion/statement_view.xml b/account_statement_transactionid_completion/statement_view.xml
index cf04e6bd..5854791f 100644
--- a/account_statement_transactionid_completion/statement_view.xml
+++ b/account_statement_transactionid_completion/statement_view.xml
@@ -10,7 +10,7 @@
form
-
+