mirror of
https://github.com/bringout/oca-financial.git
synced 2026-04-20 08:22:02 +02:00
18 lines
526 B
Python
18 lines
526 B
Python
# SPDX-FileCopyrightText: 2022 Coop IT Easy SC
|
|
#
|
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
{
|
|
"name": "Root Analytic Account",
|
|
"summary": """Compute the Root Analytic Account""",
|
|
"version": "16.0.1.0.0",
|
|
"category": "Account",
|
|
"website": "https://github.com/OCA/account-analytic",
|
|
"author": "Coop IT Easy SC, Odoo Community Association (OCA)",
|
|
"maintainers": ["victor-champonnois"],
|
|
"license": "AGPL-3",
|
|
"application": False,
|
|
"depends": [
|
|
"account_analytic_parent",
|
|
],
|
|
}
|