~ressu/+junk/account_banking_patu

« back to all changes in this revision

Viewing changes to account_banking/account_banking_import_wizard.xml

  • Committer: Sami Haahtinen
  • Date: 2010-08-02 11:19:59 UTC
  • Revision ID: ressu@ressukka.net-20100802111959-7bdrj9t13eg4g0oj
split repository

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="utf-8"?>
2
 
<!--
3
 
  Copyright (C) EduSense BV <http://www.edusense.nl>
4
 
  All rights reserved.
5
 
  The licence is in the file __terp__.py
6
 
-->
7
 
<openerp>
8
 
    <data>
9
 
        <wizard id="wizard_account_banking_import_file"
10
 
            string="Import Bank Statements File"
11
 
            model="account.bank.statement"
12
 
            name="account_banking.banking_import"
13
 
            />
14
 
    </data>
15
 
</openerp>