mirror of
https://github.com/OCA/account-reconcile.git
synced 2025-01-20 12:27:39 +02:00
[IMP] historical logs
This commit is contained in:
@@ -43,6 +43,7 @@ class AccountStatementProfil(Model):
|
||||
help="Tic that box to automatically launch the completion "
|
||||
"on each imported file using this profile."),
|
||||
'last_import_date': fields.datetime("Last Import Date"),
|
||||
'rec_log': fields.text('log', readonly=True), # deprecated
|
||||
'import_type': fields.selection(
|
||||
get_import_type_selection,
|
||||
'Type of import',
|
||||
|
||||
@@ -18,7 +18,10 @@
|
||||
string="Import Bank Statement"
|
||||
type="action" icon="gtk-ok"
|
||||
colspan = "2"/>
|
||||
<separator colspan="4" string="Import Logs"/>
|
||||
<group attrs="{'invisible': [('rec_log', '=', False)]}">
|
||||
<separator colspan="4" string="Historical Import Logs"/>
|
||||
<field name="rec_log" colspan="4" nolabel="1" />
|
||||
</group>
|
||||
</field>
|
||||
</field>
|
||||
</record>
|
||||
|
||||
Reference in New Issue
Block a user