| REPOSITORY | |
|---|---|
| REPOSITORY | odoo/odoo |
| GIT | |
| GIT | https://github.com/odoo/odoo.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/odoo/odoo/tree/9.0/account_full_reconcile |
| VERSION | |
| VERSION | 1.1 |
| CATEGORY | |
| CATEGORY | Accounting |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | Yes |
| AUTHORS | |
| AUTHORS | |
| MAINTAINERS | |
| MAINTAINERS | |
| COMMITTERS | |
| COMMITTERS | Odoo Translation Bot, Martin Trigaux, Cedric Snauwaert, Nicolas Martinelli, qdp-odoo, Yannick Tivisse |
| WEBSITE | |
| WEBSITE | https://www.odoo.com/page/accounting |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-05 23:48:30 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - account - base_setup - base - web_kanban - web - product - decimal_precision - bus - report - analytic - web_tip - web_planner |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION |
Add the concept of full reconciliation back into the accounting.
|
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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 | data | Inherits account.view_move_line_form |
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'
No public methods.
full_reconcile_id
Many2one → account.full.reconcile
copy=False
string='Matching Number'
args: 'account.full.reconcile'
compute_full_after_batch_reconcile(self)
full_reconcile_id
Many2one → account.full.reconcile
copy=False
string='Full Reconcile'
args: 'account.full.reconcile'
create(self, vals)
unlink(self)