mirror of
https://github.com/OCA/bank-statement-import.git
synced 2025-01-20 12:37:43 +02:00
[IMP] account_statment_import: Add button for importing on top
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<template>
|
||||
<t t-name="AccountDashboardView.buttons">
|
||||
<div>
|
||||
<button
|
||||
type="button"
|
||||
t-attf-class="btn #{btnClass} o-kanban-button-new"
|
||||
accesskey="c"
|
||||
>
|
||||
<t t-esc="_t('Import Statement (OCA)')" />
|
||||
</button>
|
||||
</div>
|
||||
</t>
|
||||
</template>
|
||||
Reference in New Issue
Block a user