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
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
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_account Many2one → account.account
    required=True args: 'account.account', 'Write-Off account'
Public methods (2)
  • get_reconciliation_writeoff_account(self)
    @api.model
  • set_reconciliation_writeoff_account(self)
    @api.multi

New fields (3)
  • has_outstanding Boolean
    compute='_compute_get_outstanding_info_JSON'
  • outstanding_credits_debits_widget Text
    compute='_compute_get_outstanding_info_JSON'
  • payments_widget Text
    compute='_compute_get_payment_info_JSON'
Public methods (2)
  • 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