Repository
OCA/bank-payment-alternative · module folder · Try on Runboat
Module version
1.0.0
Category
Banking addons
Folder size
0.07 MB
License
AGPL-3
Application
No
Auto-installable
Yes
Website
https://github.com/OCA/bank-payment-alternative
Last tracking update
2026-08-07 09:06:26
Authors
Akretion, Odoo Community Association (OCA), Tecnativa
Maintainers
Akretion, Odoo Community Association (OCA), Tecnativa
Committers
Alexis de Lattre, OCA-git-bot, oca-ci
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
account_payment_mandate_sale
Description
This modules improves the implementation of *Payment Mode* of sale orders:

- it adds the *Payment Mode* field in *Sales > Reporting > Sales*
- it updates the *Quotation / Order* report with Payment instructions

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
report_sale_payment_mode report_sale_payment_mode ir.ui.view qweb Inherits sale.report_saleorder_document
sale_report_view_tree sale.report tree Inherits sale.sale_report_view_tree
view_order_product_search sale.report search Inherits sale.view_order_product_search
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (1)
  • preferred_payment_method_line_id Many2one
    domain="[('payment_type', '=', 'inbound'), ('company_id', '=', company_id), ('selectable', '=', True)]"
Public methods (0)

No public methods.

New fields (1)
  • preferred_payment_method_line_id Many2one → account.payment.method.line
    readonly=True string='Payment Method' args: 'account.payment.method.line'
Public methods (0)

No public methods.

Loading…