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

20 lines
725 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>
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl).
2016-04-27 15:32:36 +02:00
{
2018-11-09 16:22:30 +01:00
"name": "Account Fiscal Year",
"summary": "Create a menu for Account Fiscal Year",
2019-10-16 09:24:41 +02:00
"version": "13.0.1.0.0",
2018-11-09 16:22:30 +01:00
"development_status": "Beta",
"category": "Accounting",
"website": "https://github.com/OCA/account-financial-tools",
"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": "LGPL-3",
"application": False,
"installable": True,
2019-10-16 09:24:41 +02:00
"depends": ["account", "date_range"],
"data": ["data/date_range_type.xml", "views/account_views.xml"],
2016-04-27 15:32:36 +02:00
}