mirror of
https://github.com/bringout/oca-financial.git
synced 2026-04-23 00:01:58 +02:00
15 lines
506 B
Python
15 lines
506 B
Python
# Copyright 2023 Quartile Limited
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
|
{
|
|
"name": "MRP Stock Analytic",
|
|
"version": "16.0.1.0.0",
|
|
"author": "Quartile Limited, Odoo Community Association (OCA)",
|
|
"website": "https://github.com/OCA/account-analytic",
|
|
"category": "Manufacturing/Manufacturing",
|
|
"license": "AGPL-3",
|
|
"depends": ["mrp_account", "stock_analytic"],
|
|
"data": [
|
|
"views/mrp_production_views.xml",
|
|
],
|
|
"installable": True,
|
|
}
|