[FIX] account_Statement_import: Show button on header

This commit is contained in:
Enric Tobella
2022-11-28 14:19:07 +01:00
committed by Alexis de Lattre
parent 17b9f08cbb
commit ee58c1c5bb

View File

@@ -11,6 +11,13 @@
<field name="model">account.journal</field>
<field name="inherit_id" ref="account.account_journal_dashboard_kanban_view" />
<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'>
<span>or <a
type="object"