set account_id optional in account_statement_base_completion instead of account_statement_base_import

This commit is contained in:
Yannick Vaucher
2014-05-05 17:47:58 +02:00
parent 46a5f67193
commit f95f68d915
2 changed files with 2 additions and 13 deletions

View File

@@ -397,6 +397,8 @@ class AccountStatementLine(orm.Model):
"Auto-Completed",
help="When this checkbox is ticked, the auto-completion "
"process/button will ignore this line."),
# Set account_id field as optional by removing required option.
'account_id': fields.many2one('account.account', 'Account'),
}
_defaults = {