~taktik/openobject-addons/hui-extra-6.1

« back to all changes in this revision

Viewing changes to account_bank_statement_voucher/__openerp__.py

  • Committer: root
  • Date: 2012-12-27 21:37:50 UTC
  • Revision ID: root@oerp61-20121227213750-aeigd6ocp5ua61tu
update account_bank_statement_voucher

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
{
24
24
    'name': 'account_bank_statement/account_voucher usability improvements',
25
 
    'version': '0.8',
 
25
    'version': '1.0',
26
26
    'license': 'AGPL-3',
27
27
    'author': 'Noviat',
28
28
    'category': 'Accounting & Finance',
47
47
    - Update Partner records with Bank Account Number information during reconciliation (including BBAN->IBAN conversion).
48
48
    """,
49
49
    'depends': ['account', 'account_voucher', 'account_bank_statement_extensions', 
50
 
        'account_currency_fix'], # to be removed after merge of this fix
 
50
        'account_currency_enhancements'], # to be removed after merge of this fix
51
51
    #'depends': ['account', 'account_voucher', 'account_bank_statement_extensions'],
52
52
    'demo_xml': [],
53
53
    'init_xml': [],