Skip to content
Snippets Groups Projects
Commit 2abddd53 authored by Denis Ledoux's avatar Denis Ledoux
Browse files

[FIX] l10n_be_coda: set a meaningful filename default value

parent 3609ba10
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,7 @@ class account_coda_import(osv.osv_memory):
return tmp_account_id
_defaults = {
'coda_fname': lambda *a: '',
'coda_fname': 'coda.txt',
'temporary_account_id': _get_default_tmp_account,
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment