From 46a4e2ea64b87f4a0bf723e7f91f792b3ad7730c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bidoul?= Date: Fri, 21 Feb 2014 23:26:42 +0100 Subject: [PATCH] [IMP] improve account_banking_payment_export documentation to clarify its scope --- account_banking_payment_export/__openerp__.py | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/account_banking_payment_export/__openerp__.py b/account_banking_payment_export/__openerp__.py index bc7572306..1c4793975 100644 --- a/account_banking_payment_export/__openerp__.py +++ b/account_banking_payment_export/__openerp__.py @@ -55,7 +55,9 @@ ], 'demo': ['demo/banking_demo.xml'], 'description': ''' - Infrastructure to export payment orders. + Infrastructure to export payment orders + plus some bug fixes and obvious enhancements to payment orders + that will hopefully land in offical addons one day. This technical module provides the base infrastructure to export payment orders for electronic banking. It provides the following @@ -65,8 +67,14 @@ * 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 as an example, with a default "do nothing" wizard - * add a payment_order_type (payment|debit) as a basis of direct debit support - (this field becomes visible when account_direct_debit is installed) + + To enable the use of payment order to collect money for customers, + it adds a payment_order_type (payment|debit) as a basis of direct debit support + (this field becomes visible when account_direct_debit is installed). + Refactoring note: this field should ideally go in account_direct_debit, + but account_banking_payment currently depends on it. + + Bug fixes and enhancement that should land in official addons: * make the search function of the payment export wizard extensible * fix lp:1275478: allow payment of customer refunds ''',