Repository
OCA/bank-payment · module folder · Try on Runboat
Module version
1.0.1
Category
Banking addons
Folder size
0.06 MB
License
AGPL-3
Application
No
Auto-installable
Yes
Website
https://github.com/OCA/bank-payment
Last tracking update
2026-08-07 09:06:34
Authors
Akretion, Odoo Community Association (OCA), Tecnativa
Maintainers
Akretion, Odoo Community Association (OCA), Tecnativa
Committers
Weblate, OCA-git-bot, oca-ci, Luis Rodriguez, AlexGarS73
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
account_banking_mandate_sale
Description
This modules adds one field on sale orders: *Payment Mode*. This field
is copied from customer to sale order and then from sale order to
customer invoice.

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
report_sale_payment_mode report_sale_payment_mode ir.ui.view qweb Inherits sale.report_saleorder_document
view_order_form account_payment_sale.sale_order.form sale.order form Inherits sale.view_order_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (1)
  • payment_mode_id Many2one → account.payment.mode
    check_company=True comodel_name='account.payment.mode' compute='_compute_payment_mode' domain="[('payment_type', '=', 'inbound'), ('company_id', '=', company_id)]" precompute=True readonly=False store=True
Public methods (0)

No public methods.

New fields (1)
  • payment_mode_id Many2one → account.payment.mode
    readonly=True string='Payment Mode' args: 'account.payment.mode'
Public methods (0)

No public methods.

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…