diff --git a/account_banking_sepa_direct_debit_mandate_on_the_fly/__openerp__.py b/account_banking_sepa_direct_debit_mandate_on_the_fly/__openerp__.py index 0006404fb..6fa04a2e7 100644 --- a/account_banking_sepa_direct_debit_mandate_on_the_fly/__openerp__.py +++ b/account_banking_sepa_direct_debit_mandate_on_the_fly/__openerp__.py @@ -36,9 +36,9 @@ mandates for the current payment order where necessary. Configuration ------------- -By default, this module creates one-off mandates, which seems to be the safe -choice. If this module is to be used to slowly evolve towards using recurring -mandates, set the config parameter +By default, this module creates one-off mandates. If you rather want to create +recurring mandates (i.e. because your available mandates are recurring ones), +set the config parameter 'account.banking.sepa.direct.debit.create.mandates' to 'recurrent'. Attention