Initial commit: Odoo 18.0-20251222 extra-addons
This commit is contained in:
21
account_fiscal_year_auto_create/__manifest__.py
Executable file
21
account_fiscal_year_auto_create/__manifest__.py
Executable file
@@ -0,0 +1,21 @@
|
||||
# Copyright (C) 2021 - Today: GRAP (http://www.grap.coop)
|
||||
# @author: Sylvain LE GAL (https://twitter.com/legalsylvain)
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
||||
|
||||
{
|
||||
"name": "Fiscal Years - Automatic Creation",
|
||||
"summary": "Automatically create new fiscal years, based on the datas"
|
||||
" of the last fiscal years",
|
||||
"version": "18.0.1.0.0",
|
||||
"category": "Accounting",
|
||||
"author": "GRAP,Odoo Community Association (OCA)",
|
||||
"maintainers": ["legalsylvain"],
|
||||
"website": "https://github.com/OCA/account-financial-tools",
|
||||
"license": "AGPL-3",
|
||||
"depends": [
|
||||
"account_fiscal_year",
|
||||
],
|
||||
"data": [
|
||||
"data/ir_cron.xml",
|
||||
],
|
||||
}
|
||||
Reference in New Issue
Block a user