Repository
OCA/account-financial-tools · module folder · Try on Runboat
Module version
1.0.0
Category
Accounting
Folder size
0.04 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/account-financial-tools
Last tracking update
2026-08-07 08:42:53
Authors
Odoo Community Association (OCA), GRAP
Maintainers
Odoo Community Association (OCA), GRAP
Committers
Weblate, OCA-git-bot, oca-ci, Anusha
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
This module extends the functionality of Accounting Odoo module, to auto
generate fiscal years.

Once installed, a cron is running each day. It will create, for each
company, a new fiscal year, if it is the last day of the current fiscal
year.

This module is interesting specially in multi company context, to avoid
annoying setup every year.

The fiscal year created has a classical "12 monthes" duration, but the
accountant can modify it, once created.

## Example

If a company has it last fiscal year, defined as:

- `name`: FY 2021-2022
- `date_from`: 2021-06-01
- `date_to`: 2022-05-31

When the cron will be executed on May 31, 2022, it will create the
following fiscal year:

- `name`: FY 2022-2023
- `date_from`: 2022-06-01
- `date_to`: 2023-05-31

Code Analysis

Views touched (0)

No views found for this module.

HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (0)

No new fields.

Public methods (1)
  • cron_auto_create(self)
    @api.model

Loading…

Loading…

Status
Open migration PR — not merged yet for this version
CI status
checks failing
Open since
113 days ago
Last activity
113 days ago
Repository
OCA/account-financial-tools
Pull request
[19.0][MIG] account_fiscal_year_auto_create: Migration to 19.0 (#2284)