From 2967bc2e0a7841d52a3013a53b79240f0dc6b613 Mon Sep 17 00:00:00 2001 From: sonhd91 Date: Mon, 20 Feb 2023 10:19:29 +0700 Subject: [PATCH] [IMP] account_bank_statement_import_camt54: Add view for transfer_line field --- .../__manifest__.py | 1 + .../views/account_journal_view.xml | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 account_statement_import_camt54/views/account_journal_view.xml diff --git a/account_statement_import_camt54/__manifest__.py b/account_statement_import_camt54/__manifest__.py index 0010f7e9..3c5dd1db 100644 --- a/account_statement_import_camt54/__manifest__.py +++ b/account_statement_import_camt54/__manifest__.py @@ -9,4 +9,5 @@ "license": "AGPL-3", "installable": True, "depends": ["account_statement_import_camt"], + "data": ["views/account_journal_view.xml"], } diff --git a/account_statement_import_camt54/views/account_journal_view.xml b/account_statement_import_camt54/views/account_journal_view.xml new file mode 100644 index 00000000..55486d2c --- /dev/null +++ b/account_statement_import_camt54/views/account_journal_view.xml @@ -0,0 +1,18 @@ + + + + + account.journal.form.inherited.bank.statement.import + account.journal + + + + + + + + +