~therp-nl/banking-addons/ba70-refactor_import_transactions

« back to all changes in this revision

Viewing changes to account_banking/__openerp__.py

  • Committer: Yannick Vaucher
  • Author(s): stefan at therp
  • Date: 2014-03-17 07:38:04 UTC
  • mfrom: (216.1.18 ba70-deprecate_iban_lookup)
  • Revision ID: yannick.vaucher@camptocamp.com-20140317073804-is4i3it3wydh7gdj
Splitting off the online account number (i.e. IBAN) lookup functionality into a separate module

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
 
27
27
{
28
28
    'name': 'Account Banking',
29
 
    'version': '0.1.136',
 
29
    'version': '0.2',
30
30
    'license': 'AGPL-3',
31
31
    'author': 'Banking addons community',
32
32
    'website': 'https://launchpad.net/banking-addons',
33
33
    'category': 'Banking addons',
34
34
    'depends': [
35
35
        'account_voucher',
36
 
        'account_iban_preserve_domestic',
37
36
        ],
38
37
    'data': [
39
38
        'security/ir.model.access.csv',
47
46
    'js': [
48
47
        'static/src/js/account_banking.js',
49
48
    ],
50
 
    'external_dependencies': {
51
 
        'python' : ['BeautifulSoup'],
52
 
    },
53
49
    'description': '''
54
50
    Module to do banking.
55
51
 
56
 
    Note: This module is depending on BeautifulSoup.
57
 
 
58
52
    This modules tries to combine all current banking import and export
59
53
    schemes. Rationale for this is that it is quite common to have foreign
60
54
    bank account numbers next to national bank account numbers. The current