Initial commit: Odoo 18.0-20251222 extra-addons
Some checks failed
pre-commit / pre-commit (push) Has been cancelled
tests / Detect unreleased dependencies (push) Has been cancelled
tests / test with OCB (push) Has been cancelled
tests / test with Odoo (push) Has been cancelled

This commit is contained in:
tocmo0nlord
2026-03-13 20:43:25 +00:00
parent 36e847a7df
commit adbe430761
9472 changed files with 1265727 additions and 0 deletions

View File

@@ -0,0 +1 @@
- Sylvain LE GAL \<https://twitter.com/legalsylvain\>

View File

@@ -0,0 +1,27 @@
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