| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/bank-payment |
| GIT | |
| GIT | https://github.com/OCA/bank-payment.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/bank-payment/tree/6.1/account_banking_sepa_direct_debit_mandate_on_the_fly |
| VERSION | |
| VERSION | 1.0 |
| CATEGORY | |
| CATEGORY | Banking addons |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Therp BV |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Therp BV |
| COMMITTERS | |
| COMMITTERS | Alexandre Fayolle, Holger Brunn |
| WEBSITE | |
| WEBSITE | |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:04:07 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/bank-payment: - account_banking_sepa_direct_debit - account_direct_debit - account_banking - account_iban_preserve_domestic - account_banking_payment_export - account_banking_pain_base odoo/odoo: - base - account - base_setup - product - process - decimal_precision - analytic - board - edi - email_template - base_tools - base_iban - account_payment - account_voucher |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES |
lxml unidecode BeautifulSoup |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION |
Introduction
------------
When switching to SEPA payments, the mandates to be created can be a
serious show stopper. Usually, they are available in one form or the other,
but not in OpenERP. This plugin adds a button on payment orders to create
mandates for the current payment order where necessary.
Configuration
-------------
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
---------
Only use this if you actually have the mandates!
|
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_payment_order_form |
payment.order | data | Inherits account_banking_sepa_direct_debit.sdd_view_payment_order_form |
No new fields.
Public methods (1)button_create_missing_sdd_mandates(self, cr, uid, ids, context=None)