2
0
account-financial-tools/account_fiscal_year/__manifest__.py

25 lines
819 B
Python
Raw Normal View History

2016-04-27 15:32:36 +02:00
# Copyright 2016 Camptocamp SA
2018-11-09 16:22:30 +01:00
# Copyright 2018 Lorenzo Battistini <https://github.com/eLBati>
# Copyright 2020 Simone Rubino - Agile Business Group
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
2016-04-27 15:32:36 +02:00
{
2018-11-09 16:22:30 +01:00
"name": "Account Fiscal Year",
"summary": "Create Account Fiscal Year",
2023-05-31 13:58:54 +02:00
"version": "16.0.1.1.0",
"development_status": "Production/Stable",
2018-11-09 16:22:30 +01:00
"category": "Accounting",
"website": "https://github.com/OCA/account-financial-tools",
2018-11-09 16:22:30 +01:00
"author": "Agile Business Group, Camptocamp SA, "
2019-10-16 09:24:41 +02:00
"Odoo Community Association (OCA)",
2018-11-09 16:22:30 +01:00
"maintainers": ["eLBati"],
"license": "AGPL-3",
"depends": [
"account",
],
"data": [
"security/ir.model.access.csv",
"security/account_fiscal_year_rule.xml",
"views/account_fiscal_year_views.xml",
],
2016-04-27 15:32:36 +02:00
}