| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/account-closing |
| GIT | |
| GIT | https://github.com/OCA/account-closing.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/account-closing/tree/18.0/account_fiscal_year_closing_range |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Accounting & Finance |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Escodoo |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Escodoo |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, oca-ci, Kaynnan Lemes |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/account-closing |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-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 - 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. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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 |
No new fields.
Public methods (0)No public methods.
code_end
Char
string='End Account Code'
code_start
Char
string='Start Account Code'
create(self, vals_list)
write(self, vals)
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'
action_apply(self)
action_cancel(self)