Account Clearance Plan

account_clearance_plan
REPOSITORY
REPOSITORYOCA/account-financial-tools
GIT
GIThttps://github.com/OCA/account-financial-tools.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-financial-tools/tree/12.0/account_clearance_plan
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ACSONE SA/NV
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ACSONE SA/NV
COMMITTERS
COMMITTERSOCA Transbot, oca-travis, Weblate, OCA-git-bot, Quentin Groulard
WEBSITE
WEBSITEhttps://github.com/OCA/account-financial-tools
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:29:18
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - account
    - base_setup
    - base
    - web
    - product
    - decimal_precision
    - mail
    - bus
    - web_tour
    - uom
    - analytic
    - portal
    - http_routing
    - digest
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
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 xpath Inherits account.res_config_settings_view_form
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.