mirror of
https://github.com/OCA/bank-statement-import.git
synced 2025-01-20 12:37:43 +02:00
[FIX] account_Statement_import: Show button on header
This commit is contained in:
committed by
Alexis de Lattre
parent
17b9f08cbb
commit
ee58c1c5bb
@@ -11,6 +11,13 @@
|
|||||||
<field name="model">account.journal</field>
|
<field name="model">account.journal</field>
|
||||||
<field name="inherit_id" ref="account.account_journal_dashboard_kanban_view" />
|
<field name="inherit_id" ref="account.account_journal_dashboard_kanban_view" />
|
||||||
<field name="arch" type="xml">
|
<field name="arch" type="xml">
|
||||||
|
<!--
|
||||||
|
We need to add the create tag in order to show buttons.
|
||||||
|
However, we will change them using the JS definition.
|
||||||
|
-->
|
||||||
|
<kanban position="attributes">
|
||||||
|
<attribute name="create">1</attribute>
|
||||||
|
</kanban>
|
||||||
<xpath expr='//span[@name="button_import_placeholder"]' position='inside'>
|
<xpath expr='//span[@name="button_import_placeholder"]' position='inside'>
|
||||||
<span>or <a
|
<span>or <a
|
||||||
type="object"
|
type="object"
|
||||||
|
|||||||
Reference in New Issue
Block a user