2
0
account-financial-tools/account_fiscal_year_auto_create/__manifest__.py
2023-02-04 17:42:10 +00:00

22 lines
695 B
Python

# 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": "16.0.1.0.2",
"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",
],
}