Repository
OCA/bank-payment · module folder · Try on Runboat
Module version
1.0.0
Category
Accounting/Accounting
Folder size
0.06 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/bank-payment
Last tracking update
2026-08-07 07:47:45
Authors
Camptocamp, Odoo Community Association (OCA)
Maintainers
Camptocamp, Odoo Community Association (OCA)
Committers
Akim Juillerat, Weblate, OCA-git-bot, oca-ci
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
account_payment_mode_form account.payment.mode.form.inherit account.payment.mode form Inherits account_payment_mode.account_payment_mode_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (4)

New fields (0)

No new fields.

Public methods (1)
  • generate_properties(self, acc_template_ref, company)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (2)
  • default_payable_account_id Many2one → account.account
    domain="[('deprecated', '=', False), ('company_id', '=', company_id),('user_type_id.type', '=', 'payable')]" help='This account will be used instead of the default one as the payable account on invoices using this payment mode' args: 'account.account'
  • default_receivable_account_id Many2one → account.account
    domain="[('deprecated', '=', False),('company_id', '=', company_id),('user_type_id.type', '=', 'receivable')]" help='This account will be used instead of the default one as the receivable account on invoices using this payment mode' args: 'account.account'
Public methods (0)

No public methods.

New fields (4)
  • property_account_payable_id Many2one
    company_dependent=False compute='_compute_property_account_payable_id' inverse='_inverse_property_account_payable_id'
  • property_account_receivable_id Many2one
    company_dependent=False compute='_compute_property_account_receivable_id' inverse='_inverse_property_account_receivable_id'
  • property_stored_account_payable_id Many2one → account.account
    company_dependent=True domain="[('internal_type', '=', 'payable'), ('deprecated', '=', False), ('company_id', '=', current_company_id)]" string='Account payable' args: 'account.account'
  • property_stored_account_receivable_id Many2one → account.account
    company_dependent=True domain="[('internal_type', '=', 'receivable'), ('deprecated', '=', False), ('company_id', '=', current_company_id)]" string='Account Receivable' args: 'account.account'
Public methods (0)

No public methods.