[FIX] account_payment: openerp file

bzr revid: nel@tinyerp.com-20110125141950-2tmmidixnfjtky4h
This commit is contained in:
nel@tinyerp.com 2011-01-25 15:19:50 +01:00
parent ee2b1b8aa9
commit d9985ed3b6
1 changed files with 2 additions and 5 deletions

View File

@ -24,15 +24,12 @@
"version": "1.1",
"author": "OpenERP SA",
"category": "Generic Modules/Payment",
"depends": ["account"],
"init_xml": [],
"description": """
This module provides :
* a more efficient way to manage invoice payment.
* a basic mechanism to easily plug various automated payment.
""",
'author': 'OpenERP SA',
'depends': ['account_voucher'],
'depends': ['account','account_voucher'],
'init_xml': [],
'update_xml': [
'security/account_payment_security.xml',
@ -55,4 +52,4 @@ This module provides :
'active': False,
'certificate': '0061703998541',
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: