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:
@@ -39,4 +39,12 @@
|
||||
<field name="target">new</field>
|
||||
</record>
|
||||
|
||||
|
||||
<record id="account_statement_import_menu" model="ir.ui.menu">
|
||||
<field name="name">Import Statement</field>
|
||||
<field name="parent_id" ref="account.menu_finance_entries_actions" />
|
||||
<field name="action" ref="account_statement_import_action" />
|
||||
<field name="sequence" eval="70" />
|
||||
</record>
|
||||
|
||||
</odoo>
|
||||
|
||||
Reference in New Issue
Block a user