~banking-addons-team/banking-addons/6.1-dev

« back to all changes in this revision

Viewing changes to account_banking/account_banking_import_wizard.xml

  • Committer: Stefan Rijnhart
  • Date: 2011-07-21 11:30:59 UTC
  • Revision ID: stefan@therp.nl-20110721113059-zvkdsp69n76ckokx
[REF] Payment wizards are now new style (osv_memory) wizards
[FIX] Allow for ClieOp export with empty reference

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>