Files
manufacture/mrp_analytic_cost/__manifest__.py
2021-09-24 18:06:35 +00:00

26 lines
823 B
Python

# Copyright (C) 2020 Open Source Integrators
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Manufacturing Materials Analytic Costs",
"summary": "Track manufacturing costs in real time, using Analytic Items",
"version": "14.0.1.1.0",
"category": "Manufacturing",
"author": "Open Source Integrators, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/manufacture",
"license": "AGPL-3",
"depends": [
"mrp_analytic",
"analytic_activity_based_cost",
"account_analytic_wip",
],
"data": [
"views/account_analytic_line_view.xml",
"views/mrp_production_views.xml",
"views/mrp_workcenter_view.xml",
],
"maintainer": "dreispt",
"development_status": "Alpha",
"installable": True,
}