Repository
OCA/bank-payment · module folder · Try on Runboat
Module version
1.0.1
Category
Banking addons
Folder size
0.12 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/bank-payment
Last tracking update
2026-08-07 08:43:02
Authors
Odoo Community Association (OCA), Alberto Martínez
Maintainers
Odoo Community Association (OCA), Alberto Martínez
Committers
Pedro M. Baeza, Weblate, Ruchir Shukla, OCA-git-bot, oca-ci
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
This module combines the functionality of account_banking_mandate_sale
with account_banking_mandate_contact and to allows you to 
add a specific contact mandate to sale orders.

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
res_config_settings_view_form_inherit_sale_default_mandates settings.view.form.inherit.sale.default.mandates res.config.settings form Inherits sale.res_config_settings_view_form
view_partner_property_form res.partner form Inherits account_banking_mandate_contact.view_partner_property_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (4)

New fields (1)
  • sale_default_mandate_contact Selection
    default='partner_id' help='The contact of this company in which odoo will search for the mandate on sales\n- Customer Mandate: Odoo will look the mandate in the sale partner, whether is an individual or the company\n- Commercial Customer Mandate: Odoo will look the mandate in the sale partner company\n- Invoice Address Mandate: Odoo will look the mandate in the sale invoice address\n- Delivery Address Mandate: Odoo will look the mandate in the sale delivery address\n- False: Odoo will use the first mandate he founds for the partner company. Odoo will also use this option if no default mandate is found in the partner of the above options' selection=[('partner_id', 'Customer Mandate'), ('commercial_partner_id', 'Commercial Customer Mandate'), ('partner_invoice_id', 'Invoice Address Mandate'), ('partner_shipping_id', 'Delivery Address Mandate')] string='Default Sale Mandate Contact'
Public methods (0)

No public methods.

New fields (1)
  • sale_default_mandate_contact Selection
    readonly=False related='company_id.sale_default_mandate_contact' string='Default Sale Mandate Contact'
Public methods (0)

No public methods.

New fields (1)
  • sale_default_mandate_contact Selection
    help='The partner of the sales in which odoo will search for the mandate\n- Customer Mandate: Odoo will look the mandate in the sale partner, whether is an individual or the company\n- Commercial Customer Mandate: Odoo will look the mandate in the sale partner company\n- Invoice Address Mandate: Odoo will look the mandate in the sale invoice address\n- Delivery Address Mandate: Odoo will look the mandate in the sale delivery address\n- False: Odoo will use the company configuration option' selection=[('partner_id', 'Customer Mandate'), ('commercial_partner_id', 'Commercial Customer Mandate'), ('partner_invoice_id', 'Invoice Address Mandate'), ('partner_shipping_id', 'Delivery Address Mandate')] string='Default Sale Mandate Contact'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

Loading…

Loading…