| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/bank-payment |
| GIT | |
| GIT | https://github.com/OCA/bank-payment.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/bank-payment/tree/14.0/account_payment_mode_default_account |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Accounting/Accounting |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Camptocamp |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Camptocamp |
| COMMITTERS | |
| COMMITTERS | Akim Juillerat, Weblate, OCA-git-bot, oca-ci |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/bank-payment |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:41:10 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/bank-payment: - account_payment_partner - account_payment_mode odoo/odoo: - account - base_setup - base - web - product - bus - web_tour - uom - analytic - portal - web_editor - http_routing - auth_signup - digest - resource |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
account_payment_mode_form |
account.payment.mode.form.inherit | account.payment.mode | group | Inherits account_payment_mode.account_payment_mode_form |
No new fields.
Public methods (1)generate_properties(self, acc_template_ref, company)
No new fields.
Public methods (0)No public methods.
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'
No public methods.
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'
No public methods.