Account Payment Invoice Selection Shortcut

account_payment_shortcut
REPOSITORY
REPOSITORYOCA/bank-payment
GIT
GIThttps://github.com/OCA/bank-payment.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/bank-payment/tree/7.0/account_payment_shortcut
VERSION
VERSION 1.134
CATEGORY
CATEGORYBanking addons
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Smile / Therp BV
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Smile / Therp BV
COMMITTERS
COMMITTERSAlexandre Fayolle, Stefan Rijnhart, Sandy Carter, Pedro M. Baeza, OCA Transbot, Ruchir Shukla
WEBSITE
WEBSITEhttps://launchpad.net/banking-addons
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:07:16
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - account_payment
    - account
    - base_setup
    - base
    - web_kanban
    - web
    - product
    - process
    - decimal_precision
    - mail
    - analytic
    - board
    - edi
    - email_template
    - account_voucher
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
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.

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.
REPOSITORY
REPOSITORYOCA/bank-payment
GIT
GIThttps://github.com/OCA/bank-payment.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/bank-payment/tree/6.1/account_payment_shortcut
VERSION
VERSION 1.134
CATEGORY
CATEGORYBanking addons
LICENSE
LICENSEGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Smile / Therp BV
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Smile / Therp BV
COMMITTERS
COMMITTERSAlexandre Fayolle, Stefan Rijnhart, OpenERP instance user
WEBSITE
WEBSITEhttps://launchpad.net/banking-addons
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:04:07
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - account_payment
    - account
    - base_setup
    - base
    - product
    - process
    - decimal_precision
    - analytic
    - board
    - edi
    - email_template
    - mail
    - base_tools
    - account_voucher
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
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.

Models touched (0)

No models found for this module.