mirror of
https://github.com/OCA/account-reconcile.git
synced 2025-01-20 12:27:39 +02:00
[FIX] lp:1280822 define a default value for import_type to avoid breaking tests of completions addons
This commit is contained in:
@@ -54,6 +54,10 @@ class AccountStatementProfil(Model):
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
_defaults = {
|
||||||
|
'import_type': 'generic_csvxls_so'
|
||||||
|
}
|
||||||
|
|
||||||
def _write_extra_statement_lines(
|
def _write_extra_statement_lines(
|
||||||
self, cr, uid, parser, result_row_list, profile, statement_id, context):
|
self, cr, uid, parser, result_row_list, profile, statement_id, context):
|
||||||
"""Insert extra lines after the main statement lines.
|
"""Insert extra lines after the main statement lines.
|
||||||
|
|||||||
Reference in New Issue
Block a user