Repository
OCA/bank-payment-alternative · module folder · Try on Runboat
Module version
1.0.0
Category
Banking addons
Folder size
0.05 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/bank-payment-alternative
Last tracking update
2026-08-07 09:06:26
Authors
Akretion, Odoo Community Association (OCA)
Maintainers
Akretion, Odoo Community Association (OCA)
Committers
Alexis de Lattre, OCA-git-bot, oca-ci
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
This modules adds the field *Direct Debit Mandate* on sale orders.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_order_form account_payment_mandate_sale.sale_order.form sale.order form Inherits sale.view_order_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (3)
  • commercial_invoice_partner_id Many2one
    related='partner_invoice_id.commercial_partner_id' store=True string='Invoicing Commercial Entity'
  • mandate_id Many2one → account.banking.mandate
    check_company=True compute='_compute_mandate_id' domain="[('partner_id', '=', commercial_invoice_partner_id), ('state', 'in', ('draft', 'valid', 'final')), ('company_id', '=', company_id)]" ondelete='restrict' readonly=False store=True string='Direct Debit Mandate' tracking=True args: 'account.banking.mandate'
  • mandate_required Boolean
    related='preferred_payment_method_line_id.payment_method_id.mandate_required'
Public methods (0)

No public methods.

Loading…