Account Payment Mandate Sale

account_payment_mandate_sale
REPOSITORY
REPOSITORYOCA/bank-payment-alternative
GIT
GIThttps://github.com/OCA/bank-payment-alternative.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/bank-payment-alternative/tree/19.0/account_payment_mandate_sale
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYBanking addons
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Akretion
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Akretion
COMMITTERS
COMMITTERSAlexis de Lattre, OCA-git-bot, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/bank-payment-alternative
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:40:50
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/account-payment:
    - account_payment_method_base
OCA/bank-payment-alternative:
    - account_payment_base_oca_sale
    - account_payment_base_oca
    - account_payment_mandate
    - account_payment_batch_oca
odoo/odoo:
    - sale
    - sales_team
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - html_editor
    - account_payment
    - account
    - onboarding
    - product
    - uom
    - analytic
    - portal
    - http_routing
    - auth_signup
    - digest
    - resource
    - payment
    - utm
    - base_iban
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
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 field Inherits sale.view_order_form
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.

REPOSITORY
REPOSITORYOCA/bank-payment-alternative
GIT
GIThttps://github.com/OCA/bank-payment-alternative.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/bank-payment-alternative/tree/18.0/account_payment_mandate_sale
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYBanking addons
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Akretion
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Akretion
COMMITTERS
COMMITTERSAlexis de Lattre, Weblate, OCA-git-bot, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/bank-payment-alternative
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:19
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/account-payment:
    - account_payment_method_base
OCA/bank-payment-alternative:
    - account_payment_base_oca_sale
    - account_payment_base_oca
    - account_payment_mandate
    - account_payment_batch_oca
odoo/odoo:
    - sale
    - sales_team
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - html_editor
    - account_payment
    - account
    - onboarding
    - product
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
    - payment
    - utm
    - base_iban
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
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 xpath Inherits account_payment_base_oca_sale.view_order_form
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='payment_method_line_id.payment_method_id.mandate_required'
Public methods (0)

No public methods.