Account Fiscal Year Closing Range

account_fiscal_year_closing_range
REPOSITORY
REPOSITORYOCA/account-closing
GIT
GIThttps://github.com/OCA/account-closing.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-closing/tree/18.0/account_fiscal_year_closing_range
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYAccounting & Finance
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Escodoo
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Escodoo
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Kaynnan Lemes
WEBSITE
WEBSITEhttps://github.com/OCA/account-closing
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:17
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/account-closing:
    - account_fiscal_year_closing
odoo/odoo:
    - account
    - base_setup
    - base
    - web
    - onboarding
    - product
    - mail
    - bus
    - web_tour
    - html_editor
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module extends the fiscal year closing functionality to allow
mapping account ranges.

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
view_account_fiscalyear_closing_form_range account.fiscalyear.closing.form.range account.fiscalyear.closing xpath Inherits account_fiscal_year_closing.view_account_fiscalyear_closing_form
view_account_fiscalyear_closing_mapping_range_wizard_form fiscalyear.closing.range.wizard.form fiscalyear.closing.range.wizard form New
view_account_fiscalyear_closing_template_form_range account.fiscalyear.closing.template.form.range account.fiscalyear.closing.template xpath Inherits account_fiscal_year_closing.view_account_fiscalyear_closing_template_form
Models touched (3)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (2)
  • code_end Char
    string='End Account Code'
  • code_start Char
    string='Start Account Code'
Public methods (2)
  • create(self, vals_list)
    @api.model_create_multi
  • write(self, vals)

New fields (8)
  • code_end Char
    required=True string='End Account Code'
  • code_start Char
    required=True string='Start Account Code'
  • company_id Many2one → res.company
    comodel_name='res.company' compute='_compute_company_id' store=True string='Company'
  • dest_account_code Char
    help='The code of the destination account (e.g., 3.1.01.001)' required=True string='Destination Account Code'
  • fyc_config_id Many2one → account.fiscalyear.closing.config
    comodel_name='account.fiscalyear.closing.config' string='Fiscal Year Closing Config'
  • fyc_config_template_id Many2one → account.fiscalyear.closing.config.template
    comodel_name='account.fiscalyear.closing.config.template' string='Fiscal Year Closing Config Template'
  • name_prefix Char
    string='Mapping Name Prefix'
  • preview_account_ids Many2many → account.account
    comodel_name='account.account' readonly=True string='Preview Accounts'
Public methods (2)
  • action_apply(self)
  • action_cancel(self)
    Close the wizard window.