TIP: You can type at any time to perform a new search.
Account Fiscal Year Closing Range
account_fiscal_year_closing_range · OCA/account-closing
- Repository
- OCA/account-closing · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Accounting & Finance
- Folder size
- 0.09 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/account-closing
- Last tracking update
- 2026-08-07 08:43:00
- Authors
- Odoo Community Association (OCA), Escodoo
- Maintainers
- Odoo Community Association (OCA), Escodoo
- Committers
- Weblate, OCA-git-bot, oca-ci, Kaynnan Lemes
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
This module extends the fiscal year closing functionality to allow mapping account ranges.
Code Analysis ⓘ
Views touched (3)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_account_fiscalyear_closing_form_range |
account.fiscalyear.closing.form.range | account.fiscalyear.closing | form | 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 | form | Inherits account_fiscal_year_closing.view_account_fiscalyear_closing_template_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (3)
New fields (0)
No new fields.
Public methods (0)No public methods.
New fields (2)
-
code_endCharstring='End Account Code' -
code_startCharstring='Start Account Code'
-
create(self, vals_list)@api.model_create_multi -
write(self, vals)
New fields (8)
-
code_endCharrequired=Truestring='End Account Code' -
code_startCharrequired=Truestring='Start Account Code' -
company_idMany2one → res.companycomodel_name='res.company'compute='_compute_company_id'store=Truestring='Company' -
dest_account_codeCharhelp='The code of the destination account (e.g., 3.1.01.001)'required=Truestring='Destination Account Code' -
fyc_config_idMany2one → account.fiscalyear.closing.configcomodel_name='account.fiscalyear.closing.config'string='Fiscal Year Closing Config' -
fyc_config_template_idMany2one → account.fiscalyear.closing.config.templatecomodel_name='account.fiscalyear.closing.config.template'string='Fiscal Year Closing Config Template' -
name_prefixCharstring='Mapping Name Prefix' -
preview_account_idsMany2many → account.accountcomodel_name='account.account'readonly=Truestring='Preview Accounts'
-
action_apply(self) -
action_cancel(self)Close the wizard window.