TIP: You can type at any time to perform a new search.
Account Outstanding Payments
account_outstanding_payment · OCA/account-invoicing
- Repository
- OCA/account-invoicing · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Accounting & Finance
- Folder size
- 0.04 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- None
- Last tracking update
- 2026-08-07 07:03:02
- Authors
- Odoo Community Association (OCA), Therp BV
- Maintainers
- Odoo Community Association (OCA), Therp BV
- Committers
- George Daramouskas
Code Analysis ⓘ
Views touched (3)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
assets_backend |
account_outstanding_payment assets | ir.ui.view | qweb | Inherits web.assets_backend |
invoice_form |
account.invoice.form | account.invoice | form | Inherits account.invoice_form |
view_account_config_settings_ari |
view_account_config_settings_ari | account.config.settings | Inherits account.view_account_config_settings |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (3)
New fields (1)
-
reconciliation_writeoff_accountMany2one → account.accountrequired=True args: 'account.account', 'Write-Off account'
-
get_reconciliation_writeoff_account(self)@api.model -
set_reconciliation_writeoff_account(self)@api.multi
New fields (3)
-
has_outstandingBooleancompute='_compute_get_outstanding_info_JSON' -
outstanding_credits_debits_widgetTextcompute='_compute_get_outstanding_info_JSON' -
payments_widgetTextcompute='_compute_get_payment_info_JSON'
-
assign_outstanding_credit(self, credit_aml_id)@attention: Source in https://github.com/OCA/OCB/blob/9.0/addons/account/ models/account_invoice.py#L604 @author: Authors credited in README.rst -
register_payment(self, payment_line, writeoff_acc_id=False, writeoff_journal_id=False)@api.multi@attention: Source in https://github.com/OCA/OCB/blob/9.0/addons/ account/models/account_invoice.py#L596 @author: Authors credited in README.rst
New fields (0)
No new fields.
Public methods (1)-
remove_move_reconcile(self, move_ids=None, opening_reconciliation=False)@api.multi