TIP: You can type at any time to perform a new search.
Account Clearance Plan
account_clearance_plan · OCA/account-financial-tools
- Repository
- OCA/account-financial-tools · module folder · Try on Runboat
- Module version
- 1.0.1
- Category
- Uncategorized
- Folder size
- 0.07 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/account-financial-tools
- Last tracking update
- 2026-08-07 07:31:53
- Authors
- ACSONE SA/NV, Odoo Community Association (OCA)
- Maintainers
- ACSONE SA/NV, Odoo Community Association (OCA)
- Committers
- Weblate, OCA Transbot, OCA-git-bot, oca-travis, Quentin Groulard
Code Analysis ⓘ
Views touched (2)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
clearance_plan_wizard |
Clearance Plan | account.clearance.plan | form | New |
res_config_settings_form_view |
res.config.settings.form (in account_clearance_plan) | res.config.settings | form | Inherits account.res_config_settings_view_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (5)
New fields (7)
-
amount_to_allocateFloatreadonly=Truestring='Total Amount to Allocate' -
amount_unallocatedFloatcompute='_compute_amount_unallocated'string='Amount Unallocated' -
clearance_plan_line_idsOne2many → account.clearance.plan.linecomodel_name='account.clearance.plan.line'inverse_name='clearance_plan_id' -
journal_idMany2one → account.journalcomodel_name='account.journal'help='Journal of the new entry.'required=Truestring='Journal' -
move_line_idsMany2many → account.move.linereadonly=True args: 'account.move.line' -
move_narrationTexthelp='Internal note of the new journal entry that will be generated.'string='Journal Entry Internal Note' -
move_refCharhelp='Reference of the new journal entry that will be generated.'string='Journal Entry Reference'
-
confirm_plan(self) -
default_get(self, fields)@api.model
New fields (4)
-
amountFloatrequired=True -
clearance_plan_idMany2one → account.clearance.plancomodel_name='account.clearance.plan'required=True -
date_maturityDaterequired=Truestring='Due Date' -
nameChardefault=<expr>required=Truestring='Label'
No public methods.
New fields (0)
No new fields.
Public methods (0)No public methods.
New fields (2)
-
clearance_plan_journal_idMany2one → account.journalcomodel_name='account.journal'help='The journal used by default on clearance plans.'string='Default Clearance Plan Journal' -
clearance_plan_move_line_nameChardefault='Clearance Plan'help='Default name that will be given to new open move lines created by clearance plans'string='Default Clearance Plan Move Line Name'
No public methods.
New fields (2)
-
clearance_plan_journal_idMany2one → account.journalcomodel_name='account.journal'help='The journal used by default on clearance plans.'readonly=Falserelated='company_id.clearance_plan_journal_id'string='Default Clearance Plan Journal' -
clearance_plan_move_line_nameCharhelp='Default name that will be given to new open move lines created by clearance plans'readonly=Falserelated='company_id.clearance_plan_move_line_name'string='Default Clearance Plan Move Line Name'
No public methods.
- Status
- Open migration PR — not merged yet for this version
- CI status
- green — ready to merge
- Open since
- 59 days ago
- Last activity
- 16 days ago
- Repository
- OCA/account-financial-tools
- Pull request
- [18.0][MIG] account_clearance_plan (#2335)