TIP: You can type at any time to perform a new search.
Full Reconciliation Concept
account_full_reconcile · odoo/odoo
- 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
Code Analysis ⓘ
Views touched (2)
| 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 | form | Inherits account.view_move_line_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (3)
New fields (3)
-
nameCharcopy=Falsedefault=<expr>required=Truestring='Number' -
partial_reconcile_idsOne2many → account.partial.reconcilestring='Reconciliation Parts' args: 'account.partial.reconcile', 'full_reconcile_id' -
reconciled_line_idsOne2many → account.move.linestring='Matched Journal Items' args: 'account.move.line', 'full_reconcile_id'
No public methods.
New fields (1)
-
full_reconcile_idMany2one → account.full.reconcilecopy=Falsestring='Matching Number' args: 'account.full.reconcile'
-
compute_full_after_batch_reconcile(self)@api.model
New fields (1)
-
full_reconcile_idMany2one → account.full.reconcilecopy=Falsestring='Full Reconcile' args: 'account.full.reconcile'
-
create(self, vals)@api.model -
unlink(self)@api.multiWhen removing a partial reconciliation, also unlink its full reconciliation if it exists