From 44d89b2e89e9de90cffdaf2c3abc39fd55b3dba0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bidoul?= Date: Tue, 13 Aug 2013 11:43:28 +0200 Subject: [PATCH] [IMP] clarify account_banking_payment_export module description --- account_banking_payment_export/__openerp__.py | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/account_banking_payment_export/__openerp__.py b/account_banking_payment_export/__openerp__.py index 9d6495976..0788b65b1 100644 --- a/account_banking_payment_export/__openerp__.py +++ b/account_banking_payment_export/__openerp__.py @@ -42,14 +42,16 @@ 'security/ir.model.access.csv', ], 'description': ''' - This module adds payment export infrastructure to the payment orders. - - It provides the following features: - * payment.mode.type model - * payment.mode has a mandatory type + Infrastructure to export payment orders. + + This technical module provides the base infrastructure to export + payment orders for electronic banking. It provides the following + 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 * 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, 'installable': True,