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
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
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_allocate Float
    readonly=True string='Total Amount to Allocate'
  • amount_unallocated Float
    compute='_compute_amount_unallocated' string='Amount Unallocated'
  • clearance_plan_line_ids One2many → account.clearance.plan.line
    comodel_name='account.clearance.plan.line' inverse_name='clearance_plan_id'
  • journal_id Many2one → account.journal
    comodel_name='account.journal' help='Journal of the new entry.' required=True string='Journal'
  • move_line_ids Many2many → account.move.line
    readonly=True args: 'account.move.line'
  • move_narration Text
    help='Internal note of the new journal entry that will be generated.' string='Journal Entry Internal Note'
  • move_ref Char
    help='Reference of the new journal entry that will be generated.' string='Journal Entry Reference'
Public methods (2)
  • confirm_plan(self)
  • default_get(self, fields)
    @api.model

New fields (4)
  • amount Float
    required=True
  • clearance_plan_id Many2one → account.clearance.plan
    comodel_name='account.clearance.plan' required=True
  • date_maturity Date
    required=True string='Due Date'
  • name Char
    default=<expr> required=True string='Label'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (2)
  • clearance_plan_journal_id Many2one → account.journal
    comodel_name='account.journal' help='The journal used by default on clearance plans.' string='Default Clearance Plan Journal'
  • clearance_plan_move_line_name Char
    default='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'
Public methods (0)

No public methods.

New fields (2)
  • clearance_plan_journal_id Many2one → account.journal
    comodel_name='account.journal' help='The journal used by default on clearance plans.' readonly=False related='company_id.clearance_plan_journal_id' string='Default Clearance Plan Journal'
  • clearance_plan_move_line_name Char
    help='Default name that will be given to new open move lines created by clearance plans' readonly=False related='company_id.clearance_plan_move_line_name' string='Default Clearance Plan Move Line Name'
Public methods (0)

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)