TIP: You can type at any time to perform a new search.
Account Payment Mandate Sale
account_payment_mandate_sale · OCA/bank-payment-alternative
- 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 ID | Name | Model | Type | Status |
|---|---|---|---|---|
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_idMany2onerelated='partner_invoice_id.commercial_partner_id'store=Truestring='Invoicing Commercial Entity' -
mandate_idMany2one → account.banking.mandatecheck_company=Truecompute='_compute_mandate_id'domain="[('partner_id', '=', commercial_invoice_partner_id), ('state', 'in', ('draft', 'valid', 'final')), ('company_id', '=', company_id)]"ondelete='restrict'readonly=Falsestore=Truestring='Direct Debit Mandate'tracking=True args: 'account.banking.mandate' -
mandate_requiredBooleanrelated='preferred_payment_method_line_id.payment_method_id.mandate_required'
No public methods.
Loading…