| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/bank-payment-alternative |
| GIT | |
| GIT | https://github.com/OCA/bank-payment-alternative.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/bank-payment-alternative/tree/19.0/account_payment_mandate_sale |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Banking addons |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Akretion |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Akretion |
| COMMITTERS | |
| COMMITTERS | Alexis de Lattre, OCA-git-bot, oca-ci |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/bank-payment-alternative |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-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 - 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. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_order_form |
account_payment_mandate_sale.sale_order.form | sale.order | field | Inherits sale.view_order_form |
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'
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/bank-payment-alternative |
| GIT | |
| GIT | https://github.com/OCA/bank-payment-alternative.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/bank-payment-alternative/tree/18.0/account_payment_mandate_sale |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Banking addons |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Akretion |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Akretion |
| COMMITTERS | |
| COMMITTERS | Alexis de Lattre, Weblate, OCA-git-bot, oca-ci |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/bank-payment-alternative |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-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 - 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. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_order_form |
account_payment_mandate_sale.sale_order.form | sale.order | xpath | Inherits account_payment_base_oca_sale.view_order_form |
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'
No public methods.