TIP: You can type at any time to perform a new search.
Account Move Select Reconciliation
account_move_select_reconciliation · OCA/account-financial-tools
- Repository
- OCA/account-financial-tools · module folder · Try on Runboat
- Module version
- 0.1
- Category
- Finance
- Folder size
- 0.05 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- http://www.agilebg.com
- Last tracking update
- 2026-08-07 06:56:11
- Authors
- Agile Business Group
- Maintainers
- Agile Business Group
- Committers
- Lorenzo Battistini, OCA Transbot
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
This module allows to manually select the journal item to be reconciled while registering a journal entry. **Example** (also see the included test case) You have an open credit and you need to close it by a manual journal entry. With this module you can manually create the payment journal entry, select the open credit and click 'Reconcile Line'. The system will close the credit generating the respective reconciliation.
Code Analysis ⓘ
Views touched (1)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_move_form |
account.move.form | account.move | form | Inherits account.view_move_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (1)
New fields (0)
No new fields.
Public methods (3)-
onchange_move_line_to_reconcile_id(self, cr, uid, ids, move_line_to_reconcile_id, context=None) -
reconcile_move_line(self, cr, uid, ids, context=None) -
unreconcile_move_line(self, cr, uid, ids, context=None)