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,8 @@
- Damien Crier \<<damien.crier@camptocamp.com>\>
- Laurent Mignon \<<laurent.mignon@acsone.eu>\>
- Lorenzo Battistini \<<https://github.com/eLBati>\>
- Andrea Stirpe \<<a.stirpe@onestein.nl>\>
- Simone Rubino \<<simone.rubino@agilebg.com>\>
- [Pesol](https://www.pesol.es):
- Pedro Evaristo Gonzalez Sanchez \<<pedro.gonzalez@pesol.es>\>
- Salvatore Davide Rapisarda \<<sdrapisarda@gmail.com>\>

View File

@@ -0,0 +1,10 @@
This module allows to create and edit fiscal years from the menu:
Invoicing \> Configuration \> Accounting \> Fiscal Years
.. figure:: static/description/account_fiscal_year_form.png
The start and end dates of the current fiscal years are then available
in the company list and form views.
.. figure:: static/description/res_company_list.png

View File

@@ -0,0 +1,3 @@
The account.fiscal.year model definition and views come from the core of
Odoo v13 community because in v14, account.fiscal.year has been moved to
Odoo enterprise.