forked from OCA/account-analytic
-
Notifications
You must be signed in to change notification settings - Fork 2
/
__manifest__.py
28 lines (27 loc) · 1002 Bytes
/
__manifest__.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Copyright (C) 2021 Open Source Integrators
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Analytic Accounting support for WIP and Variances",
"version": "14.0.3.0.2",
"author": "Open Source Integrators, Odoo Community Association (OCA)",
"summary": "Track and report WIP and Variances based on Analytic Items",
"website": "https://github.com/OCA/account-analytic",
"license": "AGPL-3",
"depends": ["stock_account", "analytic_activity_based_cost"],
"category": "Accounting/Accounting",
"data": [
"security/ir.model.access.csv",
"data/ir_config_parameter_data.xml",
"data/ir_cron_data.xml",
"views/account_move.xml",
"views/account_analytic_line.xml",
"views/account_analytic_tracking.xml",
"views/product_category_view.xml",
],
"demo": [
"demo/product_demo.xml",
],
"development_status": "Alpha",
"maintainers": ["dreispt"],
"installable": True,
}