[IMP] clarify account_banking_payment_export module description

This commit is contained in:
Stéphane Bidoul
2013-08-13 11:43:28 +02:00
parent b52ab65c88
commit 44d89b2e89

View File

@@ -42,14 +42,16 @@
'security/ir.model.access.csv', 'security/ir.model.access.csv',
], ],
'description': ''' 'description': '''
This module adds payment export infrastructure to the payment orders. Infrastructure to export payment orders.
It provides the following features: This technical module provides the base infrastructure to export
* payment.mode.type model payment orders for electronic banking. It provides the following
* payment.mode has a mandatory type technical features:
* a new payment.mode.type model
* payment.mode now has a mandatory type
* a better implementation of payment_mode.suitable_bank_types() based on payment.mode.type * a better implementation of payment_mode.suitable_bank_types() based on payment.mode.type
* the "make payment" button launches a wizard depending on the payment.mode.type * the "make payment" button launches a wizard depending on the payment.mode.type
* a manual payment mode type is provided, with a default "do nothing" wizard * a manual payment mode type is provided as an example, with a default "do nothing" wizard
''', ''',
'auto_install': True, 'auto_install': True,
'installable': True, 'installable': True,