mirror of
https://github.com/OCA/bank-statement-import.git
synced 2025-01-20 12:37:43 +02:00
[14.0][FIX] avoid conflict with enterprise module account_bank_statement_import
This commit is contained in:
committed by
Maksym Yankin
parent
3fbfaf00e0
commit
09b8ad4353
@@ -12,11 +12,17 @@
|
||||
<field name="inherit_id" ref="account.account_journal_dashboard_kanban_view" />
|
||||
<field name="arch" type="xml">
|
||||
<xpath expr='//span[@name="button_import_placeholder"]' position='inside'>
|
||||
<span>or <a type="object" name="import_statement">Import</a></span>
|
||||
<span>or <a
|
||||
type="object"
|
||||
name="import_account_statement"
|
||||
>Import</a></span>
|
||||
</xpath>
|
||||
<xpath expr='//div[@name="bank_cash_commands"]' position="before">
|
||||
<div t-if="journal_type == 'bank'">
|
||||
<a type="object" name="import_statement">Import Statement</a>
|
||||
<a
|
||||
type="object"
|
||||
name="import_account_statement"
|
||||
>Import Statement</a>
|
||||
</div>
|
||||
</xpath>
|
||||
</field>
|
||||
|
||||
Reference in New Issue
Block a user