TIP: You can type at any time to perform a new search.
Account Payment Mode Default Account
account_payment_mode_default_account · OCA/bank-payment
- 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
Code Analysis ⓘ
Views touched (1)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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_idMany2one → account.accountdomain="[('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_idMany2one → account.accountdomain="[('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.
New fields (4)
-
property_account_payable_idMany2onecompany_dependent=Falsecompute='_compute_property_account_payable_id'inverse='_inverse_property_account_payable_id' -
property_account_receivable_idMany2onecompany_dependent=Falsecompute='_compute_property_account_receivable_id'inverse='_inverse_property_account_receivable_id' -
property_stored_account_payable_idMany2one → account.accountcompany_dependent=Truedomain="[('internal_type', '=', 'payable'), ('deprecated', '=', False), ('company_id', '=', current_company_id)]"string='Account payable' args: 'account.account' -
property_stored_account_receivable_idMany2one → account.accountcompany_dependent=Truedomain="[('internal_type', '=', 'receivable'), ('deprecated', '=', False), ('company_id', '=', current_company_id)]"string='Account Receivable' args: 'account.account'
No public methods.