Repository
OCA/bank-payment · module folder · Try on Runboat
Module version
1.0
Category
Banking addons
Folder size
0.01 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
None
Last tracking update
2026-08-07 06:51:52
Authors
Odoo Community Association (OCA), Therp BV
Maintainers
Odoo Community Association (OCA), Therp BV
Committers
Alexandre Fayolle, Holger Brunn
Odoo dependencies
Python dependencies
lxml, unidecode, BeautifulSoup
System dependencies
None
Required by
None
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!
    

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_payment_order_form payment.order form Inherits account_banking_sepa_direct_debit.sdd_view_payment_order_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (0)

No new fields.

Public methods (1)
  • button_create_missing_sdd_mandates(self, cr, uid, ids, context=None)