Repository
OCA/bank-payment · module folder · Try on Runboat
Module version
1.134
Category
Banking addons
Folder size
0.01 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://launchpad.net/banking-addons
Last tracking update
2026-08-07 06:56:13
Authors
Odoo Community Association (OCA), Smile / Therp BV
Maintainers
Odoo Community Association (OCA), Smile / Therp BV
Committers
Stefan Rijnhart, Alexandre Fayolle, Sandy Carter, Pedro M. Baeza, Ruchir Shukla, OCA Transbot
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
When composing a payment order, select all candidates by default
(in the second step of the "Select invoices to pay" wizard).
    

Code Analysis

Views touched (0)

No views found for this module.

HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (0)

No new fields.

Public methods (1)
  • default_get(self, cr, uid, fields_list, context=None)
    Automatically add the candidate move lines to the payment order, instead of only applying them to the domain. We make use of the fact that the search_entries method passes an action without a res_id so that a new instance is created. Inject the line_ids, which have been placed in the context at object creation time.

Loading…