mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
16 lines
422 B
XML
16 lines
422 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
Copyright (C) EduSense BV <http://www.edusense.nl>
|
|
All rights reserved.
|
|
The licence is in the file __terp__.py
|
|
-->
|
|
<openerp>
|
|
<data>
|
|
<wizard id="wizard_account_banking_import_file"
|
|
string="Import Bank Statements File"
|
|
model="account.bank.statement"
|
|
name="account_banking.banking_import"
|
|
/>
|
|
</data>
|
|
</openerp>
|