Initial commit: Odoo 18.0-20251222 extra-addons
This commit is contained in:
25
account_fiscal_year/__manifest__.py
Executable file
25
account_fiscal_year/__manifest__.py
Executable file
@@ -0,0 +1,25 @@
|
||||
# Copyright 2016 Camptocamp SA
|
||||
# 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).
|
||||
{
|
||||
"name": "Account Fiscal Year",
|
||||
"summary": "Create Account Fiscal Year",
|
||||
"version": "18.0.1.0.0",
|
||||
"development_status": "Production/Stable",
|
||||
"category": "Accounting",
|
||||
"website": "https://github.com/OCA/account-financial-tools",
|
||||
"author": "Agile Business Group, Camptocamp SA, "
|
||||
"Odoo Community Association (OCA)",
|
||||
"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",
|
||||
"views/res_company_views.xml",
|
||||
],
|
||||
}
|
||||
Reference in New Issue
Block a user