Repository
odoo/odoo · module folder
Module version
1.1
Category
Accounting
Folder size
0.3 MB
License
LGPL-3
Application
No
Auto-installable
Yes
Website
https://www.odoo.com/page/accounting
Last tracking update
2026-08-07 04:56:42
Authors
Maintainers
None
Committers
Martin Trigaux, Odoo Translation Bot, Cedric Snauwaert, Nicolas Martinelli, qdp-odoo, Yannick Tivisse
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
account_financial_report_qweb, account_mass_reconcile
Description
Add the concept of full reconciliation back into the accounting.
    

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
view_full_reconcile_form account.full.reconcile.form account.full.reconcile form New
view_move_line_form account.move.line.form.full.reconcile account.move.line form Inherits account.view_move_line_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (3)

New fields (3)
  • name Char
    copy=False default=<expr> required=True string='Number'
  • partial_reconcile_ids One2many → account.partial.reconcile
    string='Reconciliation Parts' args: 'account.partial.reconcile', 'full_reconcile_id'
  • reconciled_line_ids One2many → account.move.line
    string='Matched Journal Items' args: 'account.move.line', 'full_reconcile_id'
Public methods (0)

No public methods.

New fields (1)
  • full_reconcile_id Many2one → account.full.reconcile
    copy=False string='Matching Number' args: 'account.full.reconcile'
Public methods (1)
  • compute_full_after_batch_reconcile(self)
    @api.model

New fields (1)
  • full_reconcile_id Many2one → account.full.reconcile
    copy=False string='Full Reconcile' args: 'account.full.reconcile'
Public methods (2)
  • create(self, vals)
    @api.model
  • unlink(self)
    @api.multi
    When removing a partial reconciliation, also unlink its full reconciliation if it exists