mirror of
https://github.com/OCA/bank-statement-import.git
synced 2025-01-20 12:37:43 +02:00
[IMP] account_bank_statement_import_camt54: Add view for transfer_line field
This commit is contained in:
@@ -9,4 +9,5 @@
|
||||
"license": "AGPL-3",
|
||||
"installable": True,
|
||||
"depends": ["account_statement_import_camt"],
|
||||
"data": ["views/account_journal_view.xml"],
|
||||
}
|
||||
|
||||
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" ?>
|
||||
<odoo>
|
||||
|
||||
<record
|
||||
id="account_journal_form_inherited_bank_statement_import"
|
||||
model="ir.ui.view"
|
||||
>
|
||||
<field name="name">account.journal.form.inherited.bank.statement.import</field>
|
||||
<field name="model">account.journal</field>
|
||||
<field name="inherit_id" ref="account.view_account_journal_form" />
|
||||
<field name="arch" type="xml">
|
||||
<xpath expr='//field[@name="account_control_ids"]' position='after'>
|
||||
<field name="transfer_line" />
|
||||
</xpath>
|
||||
</field>
|
||||
</record>
|
||||
|
||||
</odoo>
|
||||
Reference in New Issue
Block a user